From bc1a12f7f31993ca68bb64929d347caaba72415c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 17 Nov 2022 10:36:10 -0800 Subject: [PATCH] Add an Arbitrary release note (cherry picked from commit cc4c47d22fdc06b16a370d035a6c3354504b483f) --- RELEASES.md | 5 +++++ 1 file changed, 5 insertions(+) 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`