Update changelog

This commit is contained in:
Brendan Zabarauskas 2016-04-06 23:06:09 +10:00
parent d2929921d3
commit 4d7358cda4

View file

@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.7.0] - 2016-04-06
### Added
- Implements `fmt::Debug` for `Basis2`, `Basis3`, and `AffineMatrix3`
@ -149,7 +151,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## v0.0.1 - 2014-06-24
[Unreleased]: https://github.com/bjz/cgmath/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/bjz/cgmath/compare/v0.8.0...HEAD
[v0.7.0]: https://github.com/bjz/cgmath/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/bjz/cgmath/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/bjz/cgmath/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/bjz/cgmath/compare/v0.4.0...v0.5.0