Update changelog

This commit is contained in:
Sosthène Guédon 2024-06-28 15:32:02 +02:00
parent 88505d0d7a
commit 4de426154e
No known key found for this signature in database
GPG Key ID: 36DA48A4C827B354

View File

@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `String::drain`.
- Implemented `DoubleEndedIterator` for `OldestOrdered`.
- Added std `Entry` methods to indexmap `Entry`.
- Added `StringView`, the `!Sized` version of `String`.
### Changed