File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,27 @@ 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] - 2019-08-08
8
+ ### Fixed
9
+ - Fix ` no_std ` support.
7
10
8
11
## [ 0.2.0] - 2019-06-06
9
- Replaced implementation with a backwards-compatible shim around
12
+ ### Changed
13
+ - Minimum Supported Rust Version has changed to 1.32.
14
+ - Replaced implementation with a backwards-compatible shim around
10
15
[ getrandom] ( https://crates.io/crates/getrandom ) .
11
16
12
17
## [ 0.1.3] - 2019-03-05
13
- ### Changes
18
+ ### Changed
14
19
- Fix support for Illumos (#730 )
15
20
- Fix deprecation warnings from atomic init (#739 )
16
21
17
22
## [ 0.1.2] - 2019-01-28
18
- ### Changes
23
+ ### Changed
19
24
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
20
25
21
26
## [ 0.1.1] - 2019-01-08
22
- ### Additions
27
+ ### Added
23
28
- Add support for x86_64-fortanix-unknown-sgx target (#670 )
24
29
25
30
## [ 0.1.0] - 2019-01-04
You can’t perform that action at this time.
0 commit comments