From 10719f998feefd4f56ec2d3f97efc3c4371a694c Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sat, 12 Dec 2015 22:24:53 +1100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c9b7e..14e99a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Add missing by-ref and by-val permutations of `Quaternion` operators. +### Removed +- Remove redundant `Point::{min, max}` methods - these are now covered by the + `Array::{min, max}` methods that were introduced in 0.5.0. + ## [v0.6.0] - 2015-12-12 ### Added