From dbe82c077a93451e7a0183d3183544658f6df354 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Mon, 12 Dec 2016 13:56:48 -0500 Subject: [PATCH] [ci skip] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867c25ac..26a79725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ **Version 0.13.0** - Fix bug in certain PNG headers when reducing color type ([#52](https://github.com/shssoichiro/oxipng/issues/52)) - [SEMVER_MAJOR] Reduction functions now take `&mut PngData` and return a `bool` indicating whether the image was reduced - - Bump minimum required rust version to 1.12.0 + - [SMEVER_MAJOR] Bump minimum required rustc version to 1.12.0 **Version 0.12.0** - Performance optimizations