Skip to content

Commit 5d39d78

Browse files
authored
update changelog
1 parent 0ed3d78 commit 5d39d78

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

rand_os/CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.1] - 2019-08-08
8+
### Fixed
9+
- Fix `no_std` support.
710

811
## [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
1015
[getrandom](https://crates.io/crates/getrandom).
1116

1217
## [0.1.3] - 2019-03-05
13-
### Changes
18+
### Changed
1419
- Fix support for Illumos (#730)
1520
- Fix deprecation warnings from atomic init (#739)
1621

1722
## [0.1.2] - 2019-01-28
18-
### Changes
23+
### Changed
1924
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
2025

2126
## [0.1.1] - 2019-01-08
22-
### Additions
27+
### Added
2328
- Add support for x86_64-fortanix-unknown-sgx target (#670)
2429

2530
## [0.1.0] - 2019-01-04

0 commit comments

Comments
 (0)