Skip to content

Commit f3f8bc2

Browse files
committed
CHANGELOG
1 parent d81834e commit f3f8bc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Removed optional dependency `serde` ([#28])
1717
- Add `SeedableRng::fork` methods ([#17])
1818
- Rename trait `block::BlockRngCore` to `block::Generator` and associated type `Results` to `Output`; remove assoc. `type Item` and remove type bounds ([#26])
19-
- Add `fn drop` to trait `block::Generator` (#35)
19+
- Add `fn drop` to trait `block::Generator` ([#35])
20+
- Remove `BlockRng64` ([#34])
21+
- Remove impl of `RngCore` for `BlockRng`, making the latter more generic ([#34])
2022

2123
### Other
2224
- Changed repository from [rust-random/rand] to [rust-random/core].
@@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133
[#17]: https://github.com/rust-random/rand-core/pull/17
3234
[#26]: https://github.com/rust-random/rand-core/pull/28
3335
[#28]: https://github.com/rust-random/rand-core/pull/28
36+
[#34]: https://github.com/rust-random/rand-core/pull/34
3437
[#35]: https://github.com/rust-random/rand-core/pull/35
3538

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

0 commit comments

Comments
 (0)