diff --git a/CHANGELOG.md b/CHANGELOG.md index a3178065..0d55bab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).