From d3cc8f92941dedfaff9e9daa8a388d6047b88eec Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 4 Apr 2012 11:47:20 -0700 Subject: [PATCH] update changelog with cairo markers work --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84eb42f1..9a453f6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,11 @@ For a complete change history, see the SVN log. - 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) +- Cairo: Add full rendering support for markers to match AGG renderer functionality (#1071) + +- Fix Markers rendering so that ellipse height/width units are pixels (previously were unintentially radii) (#1134) + +- Added 'ignore-placement` attribute to markers-symbolizer (#1135) - Removed PointDatasource - use more robust MemoryDatasource instead (#1032)