Update changelog

This commit is contained in:
Christian Poveda 2025-03-20 14:34:24 -05:00
parent 85f1aeae68
commit 0e8f01103e
No known key found for this signature in database
GPG Key ID: 3B422F347D81A9E8

View File

@ -79,6 +79,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- `Vec::storage_capacity` has been removed and `Vec::capacity` must be used instead.
- Removed `sorted_linked_list::Iter` and `sorted_linked_list::IterInner`.
- Removed `sorted_linked_list::FindMut` and `sorted_linked_list::FindMutInner`.
## [v0.8.0] - 2023-11-07