diff --git a/CHANGELOG.md b/CHANGELOG.md index f933d97612..24e4a0960f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added `VecView`, the `!Sized` version of `Vec`. - Added pool implementations for 64-bit architectures. - Added `IntoIterator` implementation for `LinearMap` +- Added `MpMcQueueView`, the `!Sized` version of `MpMcQueue`. ### Changed