1# Changelog 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 7## [0.3.0] - 2020-12-18 8- Bump `rand_core` version to 0.6 (#17) 9- Derive PartialEq+Eq for XorShiftRng (#6) 10- Bump serde to 1.0.118 so that `serde1` feature can also be no-std (#12) 11 12## [0.2.0] - 2019-06-12 13- Bump minor crate version since rand_core bump is a breaking change 14- Switch to Edition 2018 15 16## [0.1.2] - 2019-06-06 - yanked 17- Bump `rand_core` version 18- Make XorShiftRng::from_rng portable by enforcing Endianness (#815) 19 20## [0.1.1] - 2019-01-04 21- Reorganise code and tests; tweak doc 22 23## [0.1.0] - 2018-07-16 24- Pulled out of the Rand crate 25