From bf009489d7f1fb9806450fb553b69ecdeb3ff87a Mon Sep 17 00:00:00 2001 From: Blake Thompson Date: Tue, 11 Aug 2015 15:31:09 -0500 Subject: [PATCH] Updated changelog with recent changes --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8facec37f..0810100b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ Developers: Please commit along with changes. For a complete change history, see the git log. +## Future + +Released: YYYY XX, 2015 + +(Packaged from xxxx) + +#### Summary + +- Fixed an issue with fields over size of int32 in OGR plugin (https://github.com/mapnik/node-mapnik/issues/499) +- Added 3 new image-filters to simulate types of colorblindness (`color-blind-protanope`,`color-blind-deuteranope`,`color-blind-tritanope`) +- Fix so that null text boxes have no bounding boxes when attempting placement ( 162f82cba5b0fb984c425586c6a4b354917abc47 ) +- Patch to add legacy method for setting JPEG quality in images ( #3024 ) + ## 3.0.2 Released: July 31, 2015