From 55974c3105fe2f5a24a45a3525def14903b4d82d Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 4 Oct 2013 12:41:46 -0700 Subject: [PATCH] Add ticket reference for png format default change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd192ab9b..65a179e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Released ... Summary: TODO -- Default PNG encoding method when `png` is supplied is now `png8:m=h`, so paletted png using hextree color quantization. +- Default PNG encoding method when `png` is supplied is now `png8:m=h`, so paletted png using hextree color quantization (#2028) Use `png32` now for full color png. - Added support for more seamless blurring by rendering to a larger internal image to avoid edge effects (#1478)