Skip to content

Commit 2bdf9b5

Browse files
authored
Merge pull request #48 from vks/update-changelogs
Update changelogs
2 parents ac0cf3c + 5b414f8 commit 2bdf9b5

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

rand_hc/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.3.3] - unreleased
8+
- Add examples for initializing the RNGs
9+
710
## [0.3.2] - 2023-04-15
811
- Reduce stack use in `Hc128Core::init`
912

rand_isaac/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.3.1] - unreleased
8+
- Correctly document MSRV as 1.36
9+
- Fix compiler and clippy warnings
10+
- Add examples for initializing the RNGs
11+
712
## [0.3.0] - 2020-12-18
813
- Bump `rand_core` version to 0.6 (#17)
914
- Derive PartialEq+Eq for IsaacCore, Isaac64Core, and IsaacArray (#6)

rand_xorshift/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.3.1] - unreleased
8+
- Document how zero seeds are handled
9+
- Correctly document MSRV as 1.36
10+
- Speed up `from_seed` implementation for 128-bit seeds
11+
- Add examples for initializing the RNGs
12+
713
## [0.3.0] - 2020-12-18
814
- Bump `rand_core` version to 0.6 (#17)
915
- Derive PartialEq+Eq for XorShiftRng (#6)

rand_xoshiro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.1] - unreleased
8+
- Add `Xoshiro128Plus::long_jump`
9+
- Add examples for initializing the RNGs
10+
- Speed up `from_seed` implementation for 128-bit seeds
11+
- Correctly document MSRV as 1.36
12+
- Fix a few typos in the docs
13+
714
## [0.6.0] - 2020-12-18
815
- Bump `rand_core` version to 0.6 (#17)
916

0 commit comments

Comments
 (0)