We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8adb25 commit 42180c7Copy full SHA for 42180c7
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [0.4.2] - 2018-01-05
8
+### Changed
9
+- Use winapi on Windows
10
+- Update for Fuchsia OS
11
+- Remove dev-dependency on `log`
12
+
13
## [0.4.1] - 2017-12-17
14
### Added
15
- `no_std` support
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand"
3
-version = "0.4.1"
+version = "0.4.2"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments