File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ 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.13] - 2019-08-25
8+ ### Added
9+ - VxWorks targets support. [ #86 ]
10+
11+ ### Changed
12+ - If zero-length slice is passed to the ` getrandom ` function, always return
13+ ` Ok(()) ` immediately without doing any calls to the underlying operating
14+ system. [ #104 ]
15+ - Use the ` kern.arandom ` sysctl on NetBSD. [ #115 ]
16+
17+ ### Fixed
18+ - Bump ` cfg-if ` minimum version from 0.1.0 to 0.1.2. [ #112 ]
19+ - Typos and bad doc links. [ #117 ]
20+
21+ [ #86 ] : https://github.com/rust-random/getrandom/pull/86
22+ [ #104 ] : https://github.com/rust-random/getrandom/pull/104
23+ [ #112 ] : https://github.com/rust-random/getrandom/pull/112
24+ [ #115 ] : https://github.com/rust-random/getrandom/pull/115
25+ [ #117 ] : https://github.com/rust-random/getrandom/pull/117
26+
727## [ 0.1.12] - 2019-08-18
828### Changed
929- Update wasi dependency from v0.5 to v0.7. [ #100 ]
Original file line number Diff line number Diff line change 11[package ]
22name = " getrandom"
3- version = " 0.1.12 "
3+ version = " 0.1.13 "
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