From d30270c13d33b46ed5033a2164764fb7fe279e03 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 12 Aug 2014 11:47:37 -0700 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 f358e29..d0f69a9 100644 --- a/Api-changes-between-v2.3-and-v3.0.md +++ b/Api-changes-between-v2.3-and-v3.0.md @@ -12,5 +12,6 @@ - In C++ `mapnik::Map::removeLayer` was changed to `mapnik::Map::remove_layer` - In C++ `mapnik::Map::getLayer` was changed to `mapnik::Map::get_layer` - Changed `polygon_pattern_symbolizer` to default to `global` rather than `local` for the `alignment`. + - CSV plugin now parses and stores the strings of `"true"`, and `"false"` as boolean types (rather than strings) - https://github.com/mapnik/mapnik/issues/1540 ## Added