add changelog

This commit is contained in:
Ammar Arif 2025-01-22 16:21:05 -05:00 committed by Markus Reiter
parent aab8b6667e
commit 64594ac979

View File

@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `SortedLinkedListView`, the `!Sized` version of `SortedLinkedList`.
- Added implementation of `Borrow` and `BorrowMut` for `String` and `Vec`.
- Added `Deque::{swap, swap_unchecked, swap_remove_front, swap_remove_back}`.
- Changed `String::from_utf8_unchecked` as const.
### Changed