minor changelog update [skip ci]

This commit is contained in:
Vladimir Agafonkin 2013-12-18 16:54:38 -05:00
parent 7a4c59680e
commit cd84d75005

View File

@ -25,6 +25,7 @@ Leaflet vector layers rendering got a major rewrite, making it possible to switc
* Improved `Polyline`/`Polygon` `getBounds` to be cached (so it works much faster).
* Changed `Circle` to inherit from `CircleMarker` and not the other way.
* Fixed `GeoJSON` `resetStyle` to work properly in case `style` option wasn't set.
* Fixed a bug where map fired `moveend` when updating Canvas layers.
### Layers refactoring