Skip to content

Commit 235e8bd

Browse files
committed
CHANGELOG
1 parent 50813a7 commit 235e8bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Remove impl of `RngCore` for `BlockRng`, making the latter more generic ([#34])
2222
- Add trait `le::Word` ([#34])
2323
- Add fn `BlockRng::reconstruct` and fn `BlockRng::remaining_results` ([#36])
24+
- Replace `le::fill_bytes_via_next` with `utils::fill_bytes_via_next_word` ([#38])
25+
- Replace `le::next_u32_via_fill` and `le::next_u64_via_fill` with `utils::next_word_via_fill` ([#38])
26+
- Replace `le::read_u32_into` and `le::read_u64_into` with `utils::read_words` ([#38])
2427

2528
### Other
2629
- Changed repository from [rust-random/rand] to [rust-random/core].
@@ -38,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3841
[#34]: https://github.com/rust-random/rand-core/pull/34
3942
[#35]: https://github.com/rust-random/rand-core/pull/35
4043
[#36]: https://github.com/rust-random/rand-core/pull/36
44+
[#38]: https://github.com/rust-random/rand-core/pull/38
4145

4246
[rust-random/rand]: https://github.com/rust-random/rand
4347
[rust-random/core]: https://github.com/rust-random/core

0 commit comments

Comments
 (0)