Update changelog

This commit is contained in:
Brendan Zabarauskas 2016-03-25 12:47:10 +11:00
parent 3d55187a7d
commit df89ec262c

View file

@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Improves the `fmt::Debug` impls for `Vector`, `Matrix`, `Point`, `Decomposed`, - Improves the `fmt::Debug` impls for `Vector`, `Matrix`, `Point`, `Decomposed`,
`Quaternion` and `Angle` to make them easier to derive, and have clearer `Quaternion` and `Angle` to make them easier to derive, and have clearer
formatting. formatting.
- Marks vectors, points, matrices, and angles as `#[repr(C, packed)]`.
## [v0.7.0] - 2015-12-23 ## [v0.7.0] - 2015-12-23