diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b73712..52edce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Implements `fmt::Debug` for `Basis2`, `Basis3`, and `AffineMatrix3` - A `prelude` module for easy importing of common traits. +- An `ElementWise` trait for non-mathematical element-wise operations. ### Changed @@ -18,6 +19,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). formatting. - Marks vectors, points, matrices, and angles as `#[repr(C, packed)]`. +### Removed + +- The non-mathematical operator trait implementations have been removed from + the `Vector` trait, in favor of the `ElementWise` trait. + ## [v0.7.0] - 2015-12-23 ### Added