We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb816c commit 12162abCopy full SHA for 12162ab
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2018"
4
-version = "1.8.0"
+version = "1.8.1"
5
authors = [
6
"bluss",
7
"Josh Stone <cuviper@gmail.com>"
RELEASES.rst
@@ -1,3 +1,10 @@
+- 1.8.1
+
+ - The new ``IndexSet::replace_full`` will return the index of the item along
+ with the replaced value, if any, by @zakcutner in PR 222_.
+.. _222: https://github.com/bluss/indexmap/pull/222
8
- 1.8.0
9
10
- The new ``IndexMap::into_keys`` and ``IndexMap::into_values`` will consume
0 commit comments