Skip to content

Commit 560041c

Browse files
committed
Update CHANGELOG
1 parent fdf3885 commit 560041c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Removed dependency `getrandom` ([rand#1674])
1616
- Removed optional dependency `serde` ([#28])
1717
- Add `SeedableRng::fork` methods ([#17])
18+
- Rename trait `block::BlockRngCore` to `block::Generator` and associated type `Results` to `Output`; remove assoc. `type Item` and remove type bounds ([#26])
1819
### Other
1920
- Changed repository from [rust-random/rand] to [rust-random/core].
2021

@@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2627
[rand#1669]: https://github.com/rust-random/rand/pull/1669
2728
[rand#1674]: https://github.com/rust-random/rand/pull/1674
2829
[#17]: https://github.com/rust-random/rand-core/pull/17
30+
[#26]: https://github.com/rust-random/rand-core/pull/28
2931
[#28]: https://github.com/rust-random/rand-core/pull/28
3032

3133
[rust-random/rand]: https://github.com/rust-random/rand

0 commit comments

Comments
 (0)