catch up CHANGELOG to #93

This commit is contained in:
Dane Springmeyer 2010-09-23 10:39:53 +00:00
parent 6dd98b58a0
commit 4a2d1f49a6

View file

@ -34,6 +34,8 @@ Mapnik Trunk
- Added support for choosing OGR layer by index number using 'layer_by_index' parameter (r1904)
- Added support for fractional halo widths (using FT Stroker) (#93)
- Added support for reading jpeg images (in addition to png/tiff) for image symbolizers (#518)
- Made libjpeg dependency optional at compile time and added mapnik2.has_jpeg() method to check for support in python (#545).