File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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.
10
11
11
12
## [ 0.1.0] - 2019-01-04
12
13
Initial release.
You can’t perform that action at this time.
0 commit comments