File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.1.7] - 2019-07-29
8+ ### Added
9+ - Support for hermit and l4re. [ #61 ]
10+ - ` Error::raw_os_error ` method, ` Error::INTERNAL_START ` and
11+ ` Error::CUSTOM_START ` constants. Use ` libc ` for retrieving OS error descriptions. [ #54 ]
12+
13+ ### Changed
14+ - Remove ` lazy_static ` dependency and use custom structures for lock-free
15+ initialization. [ #51 ] [ #52 ]
16+ - Try ` getrandom() ` first on FreeBSD. [ #57 ]
17+
18+ ### Removed
19+ - Bitrig support. [ #56 ]
20+
21+ ### Deprecated
22+ - ` Error::UNKNOWN ` , ` Error::UNAVAILABLE ` . [ #54 ]
23+
24+ [ #51 ] : https://github.com/rust-random/getrandom/pull/51
25+ [ #52 ] : https://github.com/rust-random/getrandom/pull/52
26+ [ #54 ] : https://github.com/rust-random/getrandom/pull/54
27+ [ #56 ] : https://github.com/rust-random/getrandom/pull/56
28+ [ #57 ] : https://github.com/rust-random/getrandom/pull/57
29+ [ #61 ] : https://github.com/rust-random/getrandom/pull/61
30+
731## [ 0.1.6] - 2019-06-30
832### Changed
933- Minor change of RDRAND AMD bug handling. [ #48 ]
Original file line number Diff line number Diff line change 11[package ]
22name = " getrandom"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44edition = " 2018"
55authors = [" The Rand Project Developers" ]
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments