Skip to content

Commit 481de15

Browse files
newAMzeenix
authored andcommitted
CHANGELOG: fix formatting
1 parent c544954 commit 481de15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6666
- `Vec::extend_from_slice`
6767
- `Vec::from_slice`
6868
- `Vec::resize_default`
69-
> * [ ] Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
7069
- `Vec::resize`
7170
- Renamed `FromUtf16Error::DecodeUtf16Error` to `FromUtf16Error::DecodeUtf16`.
7271
- Changed `stable_deref_trait` to a platform-dependent dependency.
@@ -96,6 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9695
- The `MpMcQueue` type has been renamed to `Queue`.
9796
- The `MpMcQueueView` type has been renamed to `QueueView`.
9897
- The `MpMcQueueInner` type has been renamed to `QueueInner`.
98+
- Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue`
9999
- Changed `Queue::split` to be `const`.
100100

101101
### Fixed

0 commit comments

Comments
 (0)