@@ -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.2.1] - 2021-01-03
8
+ ### Changed
9
+ - Update ` cfg-if ` to v1.0. [ #166 ]
10
+ - Update ` wasi ` to v0.10. [ #167 ]
11
+
12
+ ### Fixed
13
+ - Multithreaded WASM support. [ #165 ]
14
+
15
+ ### Removed
16
+ - Windows XP support. [ #177 ]
17
+ - Direct ` stdweb ` support. [ #178 ]
18
+ - CloudABI support. [ #184 ]
19
+
20
+ [ #165 ] : https://github.com/rust-random/getrandom/pull/165
21
+ [ #166 ] : https://github.com/rust-random/getrandom/pull/166
22
+ [ #167 ] : https://github.com/rust-random/getrandom/pull/167
23
+ [ #177 ] : https://github.com/rust-random/getrandom/pull/177
24
+ [ #178 ] : https://github.com/rust-random/getrandom/pull/178
25
+ [ #184 ] : https://github.com/rust-random/getrandom/pull/184
26
+
7
27
## [ 0.2.0] - 2020-09-10
8
28
### Features for using getrandom on unsupported targets
9
29
@@ -32,6 +52,18 @@ The following (off by default) Cargo features have been added:
32
52
[ #153 ] : https://github.com/rust-random/getrandom/pull/153
33
53
[ #159 ] : https://github.com/rust-random/getrandom/pull/159
34
54
55
+ ## [ 0.1.16] - 2020-12-31
56
+ ### Changed
57
+ - Update ` cfg-if ` to v1.0. [ #173 ]
58
+ - Implement ` std::error::Error ` for the ` Error ` type on additional targets. [ #169 ]
59
+
60
+ ### Fixed
61
+ - Multithreaded WASM support. [ #171 ]
62
+
63
+ [ #173 ] : https://github.com/rust-random/getrandom/pull/173
64
+ [ #171 ] : https://github.com/rust-random/getrandom/pull/171
65
+ [ #169 ] : https://github.com/rust-random/getrandom/pull/169
66
+
35
67
## [ 0.1.15] - 2020-09-10
36
68
### Changed
37
69
- Added support for Internet Explorer 11 [ #139 ]
0 commit comments