Skip to content

Commit cc4c47d

Browse files
committed
Add an Arbitrary release note
1 parent 3e78c62 commit cc4c47d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
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+
2023
- The `hashbrown` dependency has been updated to version 0.13.
2124

2225
- 1.9.1

0 commit comments

Comments
 (0)