File tree 2 files changed +25
-1
lines changed
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.
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.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
+
7
31
## [ 0.1.6] - 2019-06-30
8
32
### Changed
9
33
- Minor change of RDRAND AMD bug handling. [ #48 ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " getrandom"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
4
4
edition = " 2018"
5
5
authors = [" The Rand Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments