File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.1.15] - 2020-09-10
8+ ### Changed
9+ - Added support for Internet Explorer 11 [ #139 ]
10+ - Fix Webpack require warning with ` wasm-bindgen ` [ #137 ]
11+
12+ [ #137 ] : https://github.com/rust-random/getrandom/pull/137
13+ [ #139 ] : https://github.com/rust-random/getrandom/pull/139
14+
715## [ 0.1.14] - 2020-01-07
816### Changed
917- Remove use of spin-locks in the ` use_file ` module. [ #125 ]
Original file line number Diff line number Diff line change 11[package ]
22name = " getrandom"
3- version = " 0.1.14 "
3+ version = " 0.1.15 "
44edition = " 2018"
55authors = [" The Rand Project Developers" ]
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments