Changelog

This commit is contained in:
Phil Rutschman 2025-04-25 16:47:32 -07:00
parent 3041d3937e
commit daa9196f70

View File

@ -99,6 +99,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 clippy lints.
- Fixed `{arc,box,object}_pool!` emitting clippy lints.
- Fixed the list of implemented data structures in the crate docs, by adding `Deque`,