From 788e0e43c07146758d5ba719cfe673db1fac8113 Mon Sep 17 00:00:00 2001 From: freek Date: Sun, 2 Jul 2017 11:04:58 +0200 Subject: [PATCH] add optimize method --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df48b961..6086fb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `image` will be documented in this file +## 1.3.0 - 2017-07-02 + +- add `optimize` method + ## 1.2.1 - 2017-06-29 - add methods to determine emptyness to `Manipulations` and `ManipulationSequence`