Skip to content

Commit 98a0339

Browse files
authored
Merge pull request #1135 from dhardy/work
Prepare rand_chacha v0.3.1 release
2 parents 09d3df3 + a7f8fb7 commit 98a0339

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rand_chacha/CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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
7+
## [0.3.1] - 2021-06-09
8+
- add getters corresponding to existing setters: `get_seed`, `get_stream` (#1124)
9+
- add serde support, gated by the `serde1` feature (#1124)
10+
- ensure expected layout via `repr(transparent)` (#1120)
1011

1112
## [0.3.0] - 2020-12-08
1213
- Bump `rand_core` version to 0.6.0

0 commit comments

Comments
 (0)