From 15b9fc3eeff882e9de333e431653ab550b4a5179 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 26 Nov 2012 17:46:57 -0800 Subject: [PATCH] update changelog after bffabbf - refs #1594 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cbd9b924..8e5335396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ For a complete change history, see the git log. ## Future +- Enabled default input plugin directory and fonts path to be set inherited from environment settings in + python bindings to make it easier to run tests locally (#1594). New environment settings are: + - MAPNIK_INPUT_PLUGINS_DIRECTORY + - MAPNIK_FONT_DIRECTORY + - Added support for controlling rendering behavior of markers on multi-geometries `marker-multi-policy` (#1555,#1573) - Added alternative PNG/ZLIB implementation (`miniz`) that can be enabled with `e=miniz` (#1554)