aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-21 12:36:13 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-21 12:36:13 -0700
commitdf7609799b7968d70f4772e282da8d0382be5cdd (patch)
tree40211ed1b9a1ece296e98a80c51577b0fc08854b /CHANGELOG.md
parent5221cd66a135107bcd8c99dc135f891488fde560 (diff)
downloadgetrandom-df7609799b7968d70f4772e282da8d0382be5cdd.tar.gz
Upgrade rust/crates/getrandom to 0.2.3
Test: make Change-Id: I9d01567c5723cd80e2675c1e5c8edbae2b6b65d1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3ca728..0ae351a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.2.3] - 2021-04-10
+### Changed
+- Replace build.rs with link attributes. [#205]
+- Add support for getrandom syscall on DragonFly BSD. [#210]
+- Improve Node.js detection. [#215]
+
+[#205]: https://github.com/rust-random/getrandom/pull/205
+[#210]: https://github.com/rust-random/getrandom/pull/210
+[#215]: https://github.com/rust-random/getrandom/pull/215
+
## [0.2.2] - 2021-01-19
### Changed
- Forward `rustc-dep-of-std` to dependencies. [#198]