Update changelog

This commit is contained in:
Brendan Zabarauskas 2016-03-25 15:30:44 +11:00
parent 652ec87dd8
commit 31b8a91793

View file

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Implements `fmt::Debug` for `Basis2`, `Basis3`, and `AffineMatrix3`
- A `prelude` module for easy importing of common traits.
### Changed