From e8207d8dd7f2d03d6de3f57a91b2e366d85b7316 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 1 May 2017 13:53:05 -0700 Subject: [PATCH] Created API changes between v3.0 and v3.1 (markdown) --- API-changes-between-v3.0-and-v3.1.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 API-changes-between-v3.0-and-v3.1.md diff --git a/API-changes-between-v3.0-and-v3.1.md b/API-changes-between-v3.0-and-v3.1.md new file mode 100644 index 0000000..7a1cf5d --- /dev/null +++ b/API-changes-between-v3.0-and-v3.1.md @@ -0,0 +1,14 @@ +Compiler must now support c++14 to build Mapnik 3.1.x + +## Removed + +TODO + +## Changed + + - PostGIS: Variables in postgis SQL queries must now be wrapped in `!`. In Mapnik 3.0.x you could supply `@foo` but now you must supply `!@foo!` - refs https://github.com/mapnik/mapnik/pull/3618 + - PostGIS: the `geometry_table` argument must be quoted if it contains reserved words - refs https://github.com/mapnik/mapnik/pull/3618 + +## Added + +TODO \ No newline at end of file