diff --git a/API-changes-between-v2.0-and-v2.1.md b/API-changes-between-v2.0-and-v2.1.md index 6da11cb..1a7089d 100644 --- a/API-changes-between-v2.0-and-v2.1.md +++ b/API-changes-between-v2.0-and-v2.1.md @@ -1,11 +1,17 @@ - ## Deprecated - * TextSymbolizer - most attributes moved to either `format` or `placements` properties + + * `TextSymbolizer` - most attributes moved to either `format` or `placements` properties * TODO - doc all these out ## Removed + * `GlyphSymbolizer` - functionality can now be achieved with the `TextSymbolizer` + ## Changed * `MarkersSymbolizer` * `width` and `height` are now expressions rather than raw floats + +## Added + + * `comp-op` - All symbolizers now support compositing in the AGG and Cairo renderers \ No newline at end of file