Update changelog

This commit is contained in:
Brendan Zabarauskas 2016-04-20 22:59:15 +10:00
parent 394a6a7d51
commit 1a5e321d53

View file

@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
## [v0.9.1] - 2016-04-20
### Changed
- Fix angle assignment operators so that they actually mutate `self`.
## [v0.9.0] - 2016-04-19 ## [v0.9.0] - 2016-04-19
### Changed ### Changed
@ -165,7 +171,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## v0.0.1 - 2014-06-24 ## v0.0.1 - 2014-06-24
[Unreleased]: https://github.com/bjz/cgmath/compare/v0.9.0...HEAD [Unreleased]: https://github.com/bjz/cgmath/compare/v0.9.1...HEAD
[v0.9.0]: https://github.com/bjz/cgmath/compare/v0.9.0...v0.9.1
[v0.9.0]: https://github.com/bjz/cgmath/compare/v0.8.0...v0.9.0 [v0.9.0]: https://github.com/bjz/cgmath/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/bjz/cgmath/compare/v0.7.0...v0.8.0 [v0.8.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.7.0]: https://github.com/bjz/cgmath/compare/v0.6.0...v0.7.0