From df89ec262c6558d6914c7d5d8dc7f38a80be73fd Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Fri, 25 Mar 2016 12:47:10 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d171e4..b85f91e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Improves the `fmt::Debug` impls for `Vector`, `Matrix`, `Point`, `Decomposed`, `Quaternion` and `Angle` to make them easier to derive, and have clearer formatting. +- Marks vectors, points, matrices, and angles as `#[repr(C, packed)]`. ## [v0.7.0] - 2015-12-23