From 8b3ab4b4550bf1b49433ede770fa84bc070d0fe8 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sat, 22 Sep 2018 16:04:16 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 765a03eb..ba525b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.