From 98b6a740b6ce21a6c40daea7ce79b91a67ae5243 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sat, 26 Mar 2016 13:35:31 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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