Changelog

This commit is contained in:
Nikita Rushmanov 2024-05-28 11:28:06 -07:00 committed by Dario Nieuwenhuis
parent b6869995e7
commit 0cc439fe29

View File

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added pool implementations for 64-bit architectures.
- Added `IntoIterator` implementation for `LinearMap`
- Added `Deque::{get, get_mut, get_unchecked, get_unchecked_mut}`.
- Added `serde::Serialize` and `serde::Deserialize` implementations to `HistoryBuffer`.
### Changed