From 350cd98a9b9f799f571ddf0d4094c903b7ac1659 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sat, 22 Sep 2018 15:41:04 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03b90e4..765a03eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added * Add `.copy_from_slice` to copy matrix components from a slice in column-major order. + * 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. ## [0.16.0] All dependencies have been updated to their latest versions.