File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexmap"
3
3
edition = " 2018"
4
- version = " 1.6.1 "
4
+ version = " 1.6.2 "
5
5
authors = [
6
6
" bluss" ,
7
7
Original file line number Diff line number Diff line change @@ -66,6 +66,17 @@ which is roughly:
66
66
Recent Changes
67
67
==============
68
68
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
+
69
80
- 1.6.1
70
81
71
82
- The new ``serde_seq `` module implements ``IndexMap `` serialization as a
You can’t perform that action at this time.
0 commit comments