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 b736407 commit 89a1336Copy full SHA for 89a1336
rand_core/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.6.4] - 2021-08-20
8
-### Fixed
+## [0.6.4] - 2022-09-15
9
- Fix unsoundness in `<BlockRng64 as RngCore>::next_u32` (#1160)
+- Reduce use of `unsafe` and improve gen_bytes performance (#1180)
10
+- Add `CryptoRngCore` trait (#1187, #1230)
11
12
## [0.6.3] - 2021-06-15
13
### Changed
0 commit comments