update changelog

This commit is contained in:
Mourner 2011-06-21 18:38:23 +03:00
parent a874c65ef0
commit 1e518b9d44

View File

@ -3,6 +3,10 @@ Leaflet Changelog
## 0.3 (master)
### Major features
* Added **Canvas backend** for vector layers (polylines, polygons, circles). This enables vector support on Android < 3, and it can also be optionally preferred over SVG for a performance gain in some cases. Thanks to [@florianf](https://github.com/florianf) for a big part of this work.
### Improvements
* Improved `LatLng` constructor to be more tolerant (and throw descriptive error if latitude or longitude can't be interpreted as a number). [#136](https://github.com/CloudMade/Leaflet/issues/136)