update changelog after bffabbf - refs #1594

This commit is contained in:
Dane Springmeyer 2012-11-26 17:46:57 -08:00
parent bffabbf99d
commit 15b9fc3eef

View file

@ -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)