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.