diff --git a/RELEASES.md b/RELEASES.md index 5b1d23a1..7c58be36 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +- 1.9.2 + + - `IndexMap` and `IndexSet` both implement `arbitrary::Arbitrary<'_>` and + `quickcheck::Arbitrary` if those optional dependency features are enabled. + - 1.9.1 - The MSRV now allows Rust 1.56.0 as well. However, currently `hashbrown`