Skip to content

Commit d0eedc9

Browse files
committed
Update changelog
1 parent f76e430 commit d0eedc9

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
@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4545
### Changed
4646

4747
- Changed `stable_deref_trait` to a platform-dependent dependency.
48+
- `Vec::capacity` is no longer a `const` function.
4849

4950
### Fixed
5051

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

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

6065
### Added

0 commit comments

Comments
 (0)