Skip to content

Commit 705f93b

Browse files
bors[bot]MarcusGrassjaparic
authored
Merge #289
289: entry API for IndexMap r=japaric a=japaric rebased version of PR #276 `@MarcusGrass` thanks for the PR! Co-authored-by: gramar <[email protected]> Co-authored-by: Jorge Aparicio <[email protected]>
2 parents fa1e92d + 0484efb commit 705f93b

File tree

3 files changed

+349
-47
lines changed

3 files changed

+349
-47
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
* Add Entry Api to IndexMap
13+
* Implement IntoIterator trait for Indexmap
14+
* Implement FromIterator for String
15+
1216
### Changed
1317

1418
### Fixed
1519

20+
* Inserting an item that replaces an already present item will no longer
21+
fail with an error
22+
1623
## [v0.7.11] - 2022-05-09
1724

1825
### Fixed

0 commit comments

Comments
 (0)