-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #321 from pitdicker/changelog_0.5
Update changelog
- Loading branch information
Showing
2 changed files
with
124 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
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.1.0] - Unreleased | ||
|
||
### `rand-core` crate | ||
(Split out of the Rand crate, changes here are relative to rand 0.4.2) | ||
- `RngCore` and `SeedableRng` are now part of `rand-core`. (#288) | ||
- Add modules to help implementing RNGs `impl` and `le`. (#209, #228) | ||
- Add `Error` and `ErrorKind`. (#225) | ||
- Add `CryptoRng` marker trait. (#273) | ||
- Add `BlockRngCore` trait. (#281) | ||
- Add `BlockRng` wrapper to help implemtations. (#281) | ||
- Revise the `SeedableRng` trait. (#233) | ||
- Remove default implementations for `RngCore::next_u64` and `RngCore::fill_bytes`. (#288) | ||
- Add `RngCore::try_fill_bytes`. (#225) | ||
|
||
## [0.0.1] - 2017-09-14 | ||
Experimental version as part of the rand crate refactor. |