Add changelog entry.

This commit is contained in:
Markus Reiter 2025-04-06 02:02:44 +02:00
parent f02e9a16c6
commit c46858aee3
No known key found for this signature in database

View File

@ -100,6 +100,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Fixed bug in `IndexMap::truncate` that left the map in an inconsistent state.
- Fixed compilation on `thumbv6m-none-eabi` without `portable-atomic` feature.
- Fixed clippy lints.
- Fixed `{arc,box,object}_pool!` emitting clippy lints.
- Fixed the list of implemented data structures in the crate docs, by adding `Deque`,