Skip to content

Commit

Permalink
Prepare rand_chacha v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jun 9, 2021
1 parent 09d3df3 commit a7f8fb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rand_chacha/CHANGELOG.md
Expand Up @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2021-05-12
- add getters corresponding to existing setters: `get_seed`, `get_state`
- 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)
- ensure expected layout via `repr(transparent)` (#1120)

## [0.3.0] - 2020-12-08
- Bump `rand_core` version to 0.6.0
Expand Down

0 comments on commit a7f8fb7

Please sign in to comment.