diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a29da0..ea63e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Add missing by-ref and by-val permutations of `Quaternion` operators. +- Ease lifetime constraints by removing `'static` from some scalar type + parameters. ### Removed - Remove redundant `Point::{min, max}` methods - these are now covered by the