Update changelog entry.

This commit is contained in:
Markus Reiter 2025-02-03 18:27:18 +01:00
parent 64594ac979
commit 152a55eea9

View File

@ -39,7 +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.
- Make `String::from_utf8_unchecked` const.
### Changed