* Added `--style` option to cascadenik-compile.py for user-supplied local stylesheets.
2.5.2
* Changed expectations for multiple font names so that pre-2.1 versions of Mapnik no longer throw OutputException.
2.5.1
* Completed support for Mapnik FontSet to match correct XML serialization in Mapnik 2.1.1-pre.
2.5.0
* Added preliminary support for Mapnik FontSet. Multiple fonts can now be used in stylesheets with `text-face-name` and `shield-face-name` *but* XML serialization support is missing. See also https://github.com/mapnik/mapnik/issues/1483.
2.4.3
* Removed non-working PIL requirement from setup.py. * Slightly modified shapefile unzipping to be smarter about existing files.
2.4.2
* Fixed a rogue pass-by-value instead of deepcopy() in parse.parse_rule().