Update changelog

This commit is contained in:
Brendan Zabarauskas 2016-03-26 16:41:43 +11:00
parent 813b4aa5c2
commit 6c05339f69

View file

@ -10,6 +10,8 @@ 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.
- Constrained conversion functions for assisting in situations where type
inference is difficult.
### Changed