Created Api changes between v2.3 and v3.0 (markdown)

Dane Springmeyer 2014-01-26 13:43:45 -08:00
parent c61fed5173
commit 2ec98c2e4d

@ -0,0 +1,9 @@
## Removed
## Changed
- In C++ `mapnik::Map::addLayer` was changed to `mapnik::Map::add_layer`
- In C++ `mapnik::Map::removeLayer` was changed to `mapnik::Map::remove_layer`
- In C++ `mapnik::Map::getLayer` was changed to `mapnik::Map::get_layer`
## Added