From 481de1592c2a3058968d32db44686f82820f4492 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sat, 26 Apr 2025 12:57:43 -0700 Subject: [PATCH] CHANGELOG: fix formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6167b3c0..da8e3430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,7 +66,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `Vec::extend_from_slice` - `Vec::from_slice` - `Vec::resize_default` -> * [ ] Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue` - `Vec::resize` - Renamed `FromUtf16Error::DecodeUtf16Error` to `FromUtf16Error::DecodeUtf16`. - Changed `stable_deref_trait` to a platform-dependent dependency. @@ -96,6 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - The `MpMcQueue` type has been renamed to `Queue`. - The `MpMcQueueView` type has been renamed to `QueueView`. - The `MpMcQueueInner` type has been renamed to `QueueInner`. +- Remove `Q*` type aliases for `MpMcQueue`, and rename it to just `Queue` - Changed `Queue::split` to be `const`. ### Fixed