Skip to content

Commit ca5f848

Browse files
committed
Release 1.9.2
1 parent afb75dc commit ca5f848

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RELEASES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
comparison traits like `Eq` only consider items in order, rather than hash
1818
lookups, and slices even implement `Hash`.
1919

20-
- `IndexMap` and `IndexSet` both implement `arbitrary::Arbitrary<'_>` and
21-
`quickcheck::Arbitrary` if those optional dependency features are enabled.
22-
2320
- `IndexMap` and `IndexSet` now have `sort_by_cached_key` and
2421
`par_sort_by_cached_key` methods which perform stable sorts in place
2522
using a key extraction function.
@@ -31,6 +28,11 @@
3128

3229
- The `hashbrown` dependency has been updated to version 0.13.
3330

31+
- 1.9.2
32+
33+
- `IndexMap` and `IndexSet` both implement `arbitrary::Arbitrary<'_>` and
34+
`quickcheck::Arbitrary` if those optional dependency features are enabled.
35+
3436
- 1.9.1
3537

3638
- The MSRV now allows Rust 1.56.0 as well. However, currently `hashbrown`

0 commit comments

Comments
 (0)