From 1fcb934f4676e895471ead0ebfb1dc10da3effc7 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Fri, 27 Apr 2018 07:55:06 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88eb2f2d..0cf723e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [0.15.0] - WIP ### Modified + * Constructors of the `MatrixSlice*` types have been renamed from `new_*` to `from_slice_*`. This was + necessary to avoid the `incoherent_fundamental_impls` lint that is going to become a hard error. ### Added * Add `UnitQuaternion` constructor `::new_eps(...)` and `::from_scaled_axis_eps(...)` that return the identity if the magnitude of the input axisangle is smaller than the epsilon provided.