summaryrefslogtreecommitdiffstats
path: root/vendor/fastrand/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fastrand/CHANGELOG.md')
-rw-r--r--vendor/fastrand/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/fastrand/CHANGELOG.md b/vendor/fastrand/CHANGELOG.md
index 46938fbd3..869f3148f 100644
--- a/vendor/fastrand/CHANGELOG.md
+++ b/vendor/fastrand/CHANGELOG.md
@@ -1,3 +1,8 @@
+# Version 1.9.0
+
+- Add `Rng::fill()` (#35, #43)
+- Add `#[must_use]` to `Rng::with_seed()` (#46)
+
# Version 1.8.0
- Add `get_seed()` and `Rng::get_seed()` (#33)