From adcb647dce8441359171b9080d2732f535db8c10 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sun, 13 Dec 2015 10:27:22 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e99a4..3a29da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Removed - Remove redundant `Point::{min, max}` methods - these are now covered by the `Array::{min, max}` methods that were introduced in 0.5.0. +- Removed `ToComponents`, `ToComponents2`, and `ToComponents3`. If you were + relying on `ToComponents::decompose`, you can produce the same effect by + accessing the fields on `Decomposed` directly. To create the scale vector, + use: `Vector::from_value(transform.scale)`. +- Removed `CompositeTransform`, `CompositeTransform2`, and `CompositeTransform3`. ## [v0.6.0] - 2015-12-12