diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e33b400..e251d8ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ An in-progress version being developed on the master branch. * Added Imperial measurements to compliment the existing Metric measurements when drawing a polyline or polygon. * Added `draw:editstart` and `draw:editstop` events. (by [@bhell](https://github.com/bhell)). [#175](https://github.com/Leaflet/Leaflet.draw/pull/175) * Added `repeatMode` option that will allow repeated drawing of features. (by [@jayhogan](https://github.com/ jayhogan) and [@cscheid](https://github.com/ cscheid)). [#178](https://github.com/Leaflet/Leaflet.draw/pull/178) + * Added abilit to set circle radius measurement to imperial units. ### Bugfixes @@ -18,6 +19,8 @@ An in-progress version being developed on the master branch. * Added support for displaying the toolbar on the right hand side of the map. (by [@paulcpederson](https://github.com/paulcpederson)). [#164](https://github.com/Leaflet/Leaflet.draw/pull/164) * Add flexible width action buttons. (by [@Grsmto](https://github.com/Grsmto)). [#181](https://github.com/Leaflet/Leaflet.draw/pull/181) * Check for icon existence before disabling edit state. (by [@tmcw](https://github.com/tmcw)). [#182](https://github.com/Leaflet/Leaflet.draw/pull/182) + * Only update guideslines when guidelines are present. (by [@jayhogan](https://github.com/jayhogan)). [#188](https://github.com/Leaflet/Leaflet.draw/pull/188) + * Fixes to localization code so it can be correctly set after files have been loaded. ## 0.2.1 (July 5, 2013)