Add changelog entry for Indexmap entry api

This commit is contained in:
gramar 2022-05-03 23:52:23 +02:00 committed by Jorge Aparicio
parent 9b03b5940d
commit b6f4bc03d2

View File

@ -9,10 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
* Add Entry Api to IndexMap
### Changed
### Fixed
* Inserting an item that replaces an already present item will no longer
fail with an error
## [v0.7.11] - 2022-05-09
### Fixed