Update changelog.

This commit is contained in:
sebcrozet 2018-11-08 06:47:17 +01:00
parent 22bd50f4d2
commit bec0777d7f
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Add impl `From<Vector>` for `Point`.
* Add impl `From<Vector4>` for `Quaternion`.
* Add impl `From<Vector>` for `Translation`.
* Add the `::from_vec` constructor to construct a matrix from a `Vec` (a `DMatrix` will reuse the original `Vec`
as-is for its storage).
### Modified
* The `Point::from_coordinates` methods is deprecated. Use `Point::from` instead.