From 622e2c7ca259ad5eed9b6b652b23bba48a1b9849 Mon Sep 17 00:00:00 2001 From: Joshua Holmer Date: Sat, 19 Mar 2016 10:47:59 -0400 Subject: [PATCH] Update changelog [ci skip] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8b4a61..79d79fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +**Version 0.2.2 (unreleased)** + - Limit number of threads to 1.5x number of cores + - Significantly improve memory usage, especially with high optimization levels. ([#32](https://github.com/shssoichiro/oxipng/issues/32)) + **Version 0.2.1** - Add rustdoc for public methods and structs - Improve filter mode 5 heuristic ([#16](https://github.com/shssoichiro/oxipng/issues/16))