We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f403f commit fde6847Copy full SHA for fde6847
CHANGELOG.md
@@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
46
47
- Changed `stable_deref_trait` to a platform-dependent dependency.
48
- 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.
50
51
### Fixed
52
@@ -56,6 +57,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
56
57
- Fixed `MpMcQueue` with `mpmc_large` feature.
58
- Fix missing `Drop` for `MpMcQueue`
59
60
+### Removed
61
+
62
+- `Vec::storage_capacity` has been removed and `Vec::capacity` must be used instead.
63
64
## [v0.8.0] - 2023-11-07
65
66
### Added
0 commit comments