Skip to content

Commit 52994fa

Browse files
committed
CHANGELOG
1 parent 50813a7 commit 52994fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ 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+
- Move `le::{Word, next_u64_via_u32}` to new `utils` module; remove `le` ([#38])
25+
- Replace `le::fill_bytes_via_next` with `utils::fill_bytes_via_next_word` ([#38])
26+
- Replace `le::next_u32_via_fill` and `le::next_u64_via_fill` with `utils::next_word_via_fill` ([#38])
27+
- Replace `le::read_u32_into` and `le::read_u64_into` with `utils::read_words` ([#38])
2428

2529
### Other
2630
- Changed repository from [rust-random/rand] to [rust-random/core].
@@ -38,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3842
[#34]: https://github.com/rust-random/rand-core/pull/34
3943
[#35]: https://github.com/rust-random/rand-core/pull/35
4044
[#36]: https://github.com/rust-random/rand-core/pull/36
45+
[#38]: https://github.com/rust-random/rand-core/pull/38
4146

4247
[rust-random/rand]: https://github.com/rust-random/rand
4348
[rust-random/core]: https://github.com/rust-random/core

0 commit comments

Comments
 (0)