Update changelog.

This commit is contained in:
sebcrozet 2018-09-22 16:04:16 +02:00 committed by Sébastien Crozet
parent 38c7ed3a11
commit 8b3ab4b455

View File

@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Add `.dot` to quaternions.
* Add `.zip_zip_map` for iterating on three matrices simultaneously, and applying a closure to them.
* Add `.slerp` and `.try_slerp` to unit vectors.
* Add `.to_projective` and `.as_projective` to `Perspective3` and `Orthographic3` in order to
use them as `Projective3` structures.
## [0.16.0]
All dependencies have been updated to their latest versions.