Added a changelog entry.

This commit is contained in:
William Hicklin 2024-12-10 11:11:17 +00:00
parent a0726855eb
commit 6e47051553

View File

@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added implementation of `Borrow` and `BorrowMut` for `String` and `Vec`.
- Added `Deque::{swap, swap_unchecked, swap_remove_front, swap_remove_back}`.
- Make `String::from_utf8_unchecked` const.
- Implemented `PartialEq` and `Eq` for `Deque`.
### Changed