Update changelog.

This commit is contained in:
sebcrozet 2018-10-30 07:56:47 +01:00
parent 0ba23da475
commit 5e355d65a6
1 changed files with 3 additions and 1 deletions

View File

@ -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<Vector>` 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.