Skip to content

Commit 89a1336

Browse files
authored
rand_core: update CHANGELOG for 0.6.4 (#1253)
1 parent b736407 commit 89a1336

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rand_core/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.6.4] - 2021-08-20
8-
### Fixed
7+
## [0.6.4] - 2022-09-15
98
- Fix unsoundness in `<BlockRng64 as RngCore>::next_u32` (#1160)
9+
- Reduce use of `unsafe` and improve gen_bytes performance (#1180)
10+
- Add `CryptoRngCore` trait (#1187, #1230)
1011

1112
## [0.6.3] - 2021-06-15
1213
### Changed

0 commit comments

Comments
 (0)