This commit is contained in:
Young Hahn 2014-05-20 17:15:09 -04:00
parent e0fe7bce17
commit b675a648c0
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## Changelog
## 0.11.0
* Switch API to be synchronous. All errors should be caught using try/catch now.
## 0.10.0
* Remove automatic inclusion of `maximum-extent` on Map element to allow geometries that are buffered past extent bounds (e.g. dateline).

View File

@ -1,6 +1,6 @@
{
"name": "carto",
"version": "0.10.0",
"version": "0.11.0",
"description": "Mapnik Stylesheet Compiler",
"url": "https://github.com/mapbox/carto",
"repository": {