Update CHANGELOG

This commit is contained in:
Brendan Zabarauskas 2015-12-12 22:24:53 +11:00
parent 1bd67271f2
commit 10719f998f

View file

@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- Add missing by-ref and by-val permutations of `Quaternion` operators. - Add missing by-ref and by-val permutations of `Quaternion` operators.
### Removed
- Remove redundant `Point::{min, max}` methods - these are now covered by the
`Array::{min, max}` methods that were introduced in 0.5.0.
## [v0.6.0] - 2015-12-12 ## [v0.6.0] - 2015-12-12
### Added ### Added