Update changelog

This commit is contained in:
Brendan Zabarauskas 2016-03-27 16:24:31 +11:00
parent f7bc6dcc54
commit c9155dd7d9

View file

@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
`Quaternion` and `Angle` to make them easier to derive, and have clearer
formatting.
- Marks vectors, points, matrices, and angles as `#[repr(C, packed)]`.
- Renames the `Vector::{length, length2}` functions to `Vector::{magnitude, magnitude2}`.
## [v0.7.0] - 2015-12-23