Skip to content

Commit fde6847

Browse files
committed
Update changelog
1 parent 08f403f commit fde6847

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4646

4747
- Changed `stable_deref_trait` to a platform-dependent dependency.
4848
- Changed `SortedLinkedList::pop` return type from `Result<T, ()>` to `Option<T>` to match `std::vec::pop`.
49+
- `Vec::capacity` is no longer a `const` function.
4950

5051
### Fixed
5152

@@ -56,6 +57,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5657
- Fixed `MpMcQueue` with `mpmc_large` feature.
5758
- Fix missing `Drop` for `MpMcQueue`
5859

60+
### Removed
61+
62+
- `Vec::storage_capacity` has been removed and `Vec::capacity` must be used instead.
63+
5964
## [v0.8.0] - 2023-11-07
6065

6166
### Added

0 commit comments

Comments
 (0)