From 06ef86a7687ecc6c92b87f18df7db5db7083dcf5 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 21 May 2013 17:02:33 -0700 Subject: [PATCH] more 2.2 changelog updates --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5eb2d367..ab8a0f7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ For a complete change history, see the git log. - Added faster reprojection support between `epsg:3857` and `epsg:4326` (#1705,#1703,#1579) -- Fixed concurrency problem when using cursors in postgis plugin (#1823) +- Fixed concurrency problem when using cursors in postgis plugin (#1823,#1588) - Fixed postgres connection pool leaks when using `persist_connection=false` (#1764) @@ -49,6 +49,8 @@ For a complete change history, see the git log. - Faster rendering of rasters by reducing memory allocation of temporary buffers (#1516) +- Fixed some raster reprojection artifacts (#1501) + - Fixed raster alignment when width != height and raster is being scaled (#1748,#1622) - Added support for caching rasters for re-use during rendering when styling more than once per layer (#1543) @@ -152,12 +154,16 @@ For a complete change history, see the git log. - Fixed uneven rendering of markers along lines (#1693) +- Fixed handling of extra bytes in some shapefile fields (#1605) + - Fixed handling (finally) of null shapes and partially corrupt shapefiles (#1630,#1621) - Added ability to re-use `mapnik::image_32` and `mapnik::grid` by exposing a `clear` method (#1571) - Added support for writing RGB (no A) png images by using the format string of `png:t=0` (#1559) +- Added experimental support for geometry simplification at symbolizer level (#1385) + ## Mapnik 2.1.0 Released Aug 23, 2012