diff options
Diffstat (limited to 'vendor/rand_xorshift/CHANGELOG.md')
-rw-r--r-- | vendor/rand_xorshift/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/rand_xorshift/CHANGELOG.md b/vendor/rand_xorshift/CHANGELOG.md index ce3098a16..52367bdb2 100644 --- a/vendor/rand_xorshift/CHANGELOG.md +++ b/vendor/rand_xorshift/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0] - 2020-12-18 +- Bump `rand_core` version to 0.6 (#17) +- Derive PartialEq+Eq for XorShiftRng (#6) +- Bump serde to 1.0.118 so that `serde1` feature can also be no-std (#12) + ## [0.2.0] - 2019-06-12 - Bump minor crate version since rand_core bump is a breaking change - Switch to Edition 2018 |