update changelog with base path support for load_xml

This commit is contained in:
Dane Springmeyer 2013-06-02 16:25:39 -07:00
parent 1036eb1c99
commit 786b8c71c0

View file

@ -34,6 +34,8 @@ Summary: The 2.2.0 release is primarily a performance and stability release. The
- Added detection of invalid srs values when loading xml (#646)
- Added support for specifying a base_path as a third, optional argument to load_xml
- Removed muffling of projection errors while rendering (#646)
- Improved logging system (https://github.com/mapnik/mapnik/wiki/Logging)