From f99db72e5ad717f6c82454136b3a6a8e7f225211 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 2 Apr 2012 16:23:08 -0700 Subject: [PATCH] update changelog after fixing #804 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66bc719818..4e42b0dda3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ For a complete change history, see the SVN log. ## Mapnik 2.1.0 +- PostGIS: the primary key, for tables containing one, is now auto-detected allowing for globally unique feature id values (#804) + - Fix Markers rendering so that ellipse height/width units are pixels (previously were unintentially radii) - Removed PointDatasource - use more robust MemoryDatasource instead (#1032)