Skip to content

Commit fa570da

Browse files
committed
Add changelog entry
1 parent 2d38c73 commit fa570da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4949
- Added `get_index` and `get_index_mut` to `IndexMap`.
5050
- Added `String::uDisplay`.
5151
- Added `LenT` generic to `Vec<T, N>` and `VecView<T>` to save memory when using a sane capacity value.
52+
- Migrated `Idx` generic for `SortedLinkedList` to use the new `LenType` trait, allowing for `Idx` inference.
5253

5354
### Changed
5455

0 commit comments

Comments
 (0)