Skip to content

Commit

Permalink
Added a changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin committed Dec 10, 2024
1 parent 45cf0d0 commit 1fed903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`.
- Implemented `PartialEq` and `Eq` for `Deque`.

### Changed

Expand Down

0 comments on commit 1fed903

Please sign in to comment.