diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bea10baa6..26692f7c2d 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 `spsc::QueueView`, the `!Sized` version of `spsc::Queue`. ### Changed