Commit 2f9e9b2 1 parent 73251d5 commit 2f9e9b2 Copy full SHA for 2f9e9b2
File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,14 @@ 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.5.1] - 2019-09-02
7
+ ## [ 0.5.1] - 2019-08-28
8
8
### Added
9
9
- ` OsRng ` added to ` rand_core ` (#863 )
10
+ - ` Error::INTERNAL_START ` and ` Error::CUSTOM_START ` constants (#864 )
11
+ - ` Error::raw_os_error ` method (#864 )
12
+ - ` Debug ` and ` Display ` formatting for ` getrandom ` error codes without ` std ` (#864 )
13
+ ### Changed
14
+ - Added ` #[inline] ` to ` Error ` conversion methods (#864 )
10
15
11
16
## [ 0.5.0] - 2019-06-06
12
17
### Changed
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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.1] - 2019-08-16
8
+ ### Changed
9
+ - ` TimerError ` changed to ` repr(u32) ` (#864 )
10
+ - ` TimerError ` enum values all increased by ` 1<<30 ` to match new ` rand_core::Error ` range (#864 )
11
+
7
12
## [ 0.2.0] - 2019-06-06
8
13
- Bump ` rand_core ` version
9
14
- Support new ` Error ` type in ` rand_core ` 0.5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_jitter"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [" The Rand Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments