diff --git a/CHANGELOG.md b/CHANGELOG.md index 945a0608..bb406cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Add `From/Into` impls to allow the conversion of any transformation type to a matrix. * Add `Into` impls to convert a matrix slice into an owned matrix. * 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 alongide + * 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`. ### Modified * The `Point::from_coordinates` methods is deprecated. Use `Point::from` instead. + * The `.transform_point` and `.transform_vector` methods are now inherent methods too so that the user does not have to + explicitly import the `Transform` trait from the alga crate. ## [0.16.0] All dependencies have been updated to their latest versions.