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.
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.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
+
7
27
## [ 0.1.12] - 2019-08-18
8
28
### Changed
9
29
- Update wasi dependency from v0.5 to v0.7. [ #100 ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " getrandom"
3
- version = " 0.1.12 "
3
+ version = " 0.1.13 "
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