We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894cf45 commit c8f3bacCopy full SHA for c8f3bac
rand_chacha/CHANGELOG.md
@@ -4,6 +4,9 @@ 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
+## [Unreleased]
8
+- Made `rand_chacha` propagate the `std` and `getrandom` features down to `rand_core`
9
+
10
## [0.3.1] - 2021-06-09
11
- add getters corresponding to existing setters: `get_seed`, `get_stream` (#1124)
12
- add serde support, gated by the `serde1` feature (#1124)
0 commit comments