File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " indexmap"
33edition = " 2018"
4- version = " 1.6.1 "
4+ version = " 1.6.2 "
55authors = [
66" bluss" ,
77" Josh Stone <cuviper@gmail.com>"
Original file line number Diff line number Diff line change @@ -66,6 +66,17 @@ which is roughly:
6666Recent Changes
6767==============
6868
69+ - 1.6.2
70+
71+ - Fixed to match ``std `` behavior, ``OccupiedEntry::key `` now references the
72+ existing key in the map instead of the lookup key, by @cuviper in PR 170 _.
73+
74+ - The new ``Entry::or_insert_with_key `` matches Rust 1.50's ``Entry `` method,
75+ passing ``&K `` to the callback to create a value, by @cuviper in PR 175 _.
76+
77+ .. _170 : https://github.com/bluss/indexmap/pull/170
78+ .. _175 : https://github.com/bluss/indexmap/pull/175
79+
6980- 1.6.1
7081
7182 - The new ``serde_seq `` module implements ``IndexMap `` serialization as a
You can’t perform that action at this time.
0 commit comments