Update changelog

This commit is contained in:
Brendan Zabarauskas 2015-12-13 12:27:20 +11:00
parent a02b94fb70
commit 46124ddcc5

View file

@ -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