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)