Skip to content

Commit b3c2757

Browse files
committed
rand_xoshiro: Update changelog
1 parent ef74f82 commit b3c2757

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rand_xoshiro/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ 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.2.0] - 2019-05-24
8-
Fix `seed_from_u64(0)` for `Xoroshiro64StarStar` and `Xoroshiro64Star`. This
9-
breaks value stability for these generators if initialized with `seed_from_u64`.
7+
## [0.2.0] - 2019-05-28
8+
- Fix `seed_from_u64(0)` for `Xoroshiro64StarStar` and `Xoroshiro64Star`. This
9+
breaks value stability for these generators if initialized with `seed_from_u64`.
10+
- Implement Serde support.
1011

1112
## [0.1.0] - 2019-01-04
1213
Initial release.

0 commit comments

Comments
 (0)