Skip to content

Commit 8f3f57e

Browse files
committed
Update rand_core changelog
1 parent 8492b75 commit 8f3f57e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rand_core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ 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

77

8-
## [0.1.0] - TODO - date
8+
## [0.2.0] - Unreleased
9+
- Enable the `std` feature by default. (#409)
10+
- Change `BlockRng64::inner` and add `BlockRng64::inner_mut` to mirror `BlockRng`. (#419)
11+
- Add `BlockRng{64}::index` and `BlockRng{64}::generate_and_set`. (#374, #419)
12+
13+
## [0.1.0] - 2018-04-17
914
(Split out of the Rand crate, changes here are relative to rand 0.4.2)
1015
- `RngCore` and `SeedableRng` are now part of `rand_core`. (#288)
1116
- Add modules to help implementing RNGs `impl` and `le`. (#209, #228)

0 commit comments

Comments
 (0)