From b174820049f1aea1aae65875e0a9afd5dd915136 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 28 Oct 2018 07:34:42 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d29e6f..d9dfa6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Add `Point*::from_slice` to create a point from a slice. * Add `.map_with_location` to matrices to apply a map which passes the component indices to the user-defined closure alongside the component itself. - * Add `From` impl for `Point`. + * Add impl `From` for `Point`. + * Add impl `From` for `Quaternion`. + * Add impl `From` for `Translation`. ### Modified * The `Point::from_coordinates` methods is deprecated. Use `Point::from` instead.