diff --git a/Api-changes-between-v2.3-and-v3.0.md b/Api-changes-between-v2.3-and-v3.0.md index 4d72c62..6876de9 100644 --- a/Api-changes-between-v2.3-and-v3.0.md +++ b/Api-changes-between-v2.3-and-v3.0.md @@ -4,6 +4,7 @@ - Removed `paths-from-xml` option from the `` XML parser (https://github.com/mapnik/mapnik/issues/1893) - `ExpressionFormat` in `TextSymbolizer`. Just use `Format` which now supports expressions for all properties (For now `ExpressionFormat` is deprecated and will be parsed automatically into `Format`). - `bilinear8` (raster scaling option) was obsolete and therefore removed. + - `blend` method removed from `Image` object in python bindings. The same actions can be accomplished with the `composite` function and src_over method. ## Changed