Update CHANGELOG.md

This commit is contained in:
Vladimir Agafonkin 2012-02-19 15:13:40 +02:00
parent 1a29614a33
commit 7f1c601062

View File

@ -27,6 +27,7 @@ Leaflet Changelog
#### Other API improvements
* Added `Icon` `className` option to assign a custom class to an icon.
* Added `Icon` `shadowOffset` option to set the position of shadow relative to the icon.
* Added `Circle` `getBounds` method. [#440](https://github.com/CloudMade/Leaflet/issues/440)
* Added `Marker` `opacity` option.
* Added public `redraw` method to vector layers (useful if you manipulate their `LatLng` points directly).