Skip to content

Commit b41fc6b

Browse files
committed
Add preliminary release notes for 2.0.0
1 parent dec3337 commit b41fc6b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- 2.0.0 (pending)
2+
3+
- **MSRV**: Rust 1.56 or later is now required.
4+
5+
- The `hashbrown` dependency has been updated to version 0.12.
6+
7+
- The `"std"` feature is no longer auto-detected. It is included in the
8+
default feature set, or else can be enabled like any other Cargo feature.
9+
10+
- The `"serde-1"` feature has been removed, leaving just the optional
11+
`"serde"` dependency to be enabled like a feature itself.
12+
13+
- `IndexMap::get_index_mut` now returns `Option<(&K, &mut V)>`, changing
14+
the key part from `&mut K` to `&K`. There is also a new alternative
15+
`MutableKeys::get_index_mut2` to access the former behavior.
16+
17+
118
- 1.8.1
219

320
- The new `IndexSet::replace_full` will return the index of the item along

0 commit comments

Comments
 (0)