forked from M-Labs/nalgebra
Update changelog.
This commit is contained in:
parent
911ddca588
commit
b174820049
@ -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<Vector>` impl for `Point`.
|
||||
* Add impl `From<Vector>` for `Point`.
|
||||
* Add impl `From<Vector4>` for `Quaternion`.
|
||||
* Add impl `From<Vector>` for `Translation`.
|
||||
|
||||
### Modified
|
||||
* The `Point::from_coordinates` methods is deprecated. Use `Point::from` instead.
|
||||
|
Loading…
Reference in New Issue
Block a user