From 4eaff3f506327400124b8e9fb2ca2216db597f67 Mon Sep 17 00:00:00 2001 From: Blake Thompson Date: Thu, 15 Jan 2015 16:58:50 -0600 Subject: [PATCH] Updated Api changes between v2.3 and v3.0 (markdown) --- Api-changes-between-v2.3-and-v3.0.md | 1 + 1 file changed, 1 insertion(+) 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