From 6c05339f694654f79d35becd2c14f7866bc623db Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sat, 26 Mar 2016 16:41:43 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b73712..3e90b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Implements `fmt::Debug` for `Basis2`, `Basis3`, and `AffineMatrix3` - A `prelude` module for easy importing of common traits. +- Constrained conversion functions for assisting in situations where type + inference is difficult. ### Changed