We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09d3df3 + a7f8fb7 commit 98a0339Copy full SHA for 98a0339
rand_chacha/CHANGELOG.md
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [0.3.1] - 2021-05-12
8
-- add getters corresponding to existing setters: `get_seed`, `get_state`
9
-- add serde support, gated by the `serde1` feature
+## [0.3.1] - 2021-06-09
+- add getters corresponding to existing setters: `get_seed`, `get_stream` (#1124)
+- add serde support, gated by the `serde1` feature (#1124)
10
+- ensure expected layout via `repr(transparent)` (#1120)
11
12
## [0.3.0] - 2020-12-08
13
- Bump `rand_core` version to 0.6.0
0 commit comments