From a1b6c1092c81759237cf17b0341ddc6044d2b13d Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Tue, 29 Dec 2015 21:54:52 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3d088..4d171e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added + +- Implements `fmt::Debug` for `Basis2`, `Basis3`, and `AffineMatrix3` + +### Changed + +- Improves the `fmt::Debug` impls for `Vector`, `Matrix`, `Point`, `Decomposed`, + `Quaternion` and `Angle` to make them easier to derive, and have clearer + formatting. + ## [v0.7.0] - 2015-12-23 ### Added