Created API changes between v3.0 and v3.1 (markdown)

Dane Springmeyer 2017-05-01 13:53:05 -07:00
parent 3d2f24b173
commit e8207d8dd7

@ -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