From c80cf75bb43ba70238ac1865bbd91f7024d4d403 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Tue, 30 Oct 2018 07:58:19 +0100 Subject: [PATCH] Fix typo in changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb406cab..87d29e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Modified * The `Point::from_coordinates` methods is deprecated. Use `Point::from` instead. - * The `.transform_point` and `.transform_vector` methods are now inherent methods too so that the user does not have to + * The `.transform_point` and `.transform_vector` methods are now inherent methods for matrices so that the user does not have to explicitly import the `Transform` trait from the alga crate. ## [0.16.0]