Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoye committed Jun 21, 2013
1 parent cef980b commit 2162d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ An in-progress version being developed on the master branch.
* Added `L.drawLocal` object to allow users to customize the text used in the plugin. Addresses localization issues. (by [@Starefossen](https://github.com/Starefossen)). [#87](https://github.com/Leaflet/Leaflet.draw/pull/87)
* Added ability to disable edit mode path and marker styles. (inspired by [@markgibbons25](https://github.com/markgibbons25)). [#121](https://github.com/Leaflet/Leaflet.label/pull/137)
* Added area calculation when drawing a polygon.
* Polyline and Polygon tooltips update on click as well as mouse move.

### Bugfixes

Expand All @@ -23,6 +24,7 @@ An in-progress version being developed on the master branch.
* Fixed issue where removing the draw control from the map would result in an error.
* Fixed bug where removing points created by dragging midpoints would cause the polyline to not reflect any newly created points.
* Fixed regression where handlers were not able to be disabled.(by [@yohanboniface](https://github.com/yohanboniface)). [#139](https://github.com/Leaflet/Leaflet.draw/pull/139)
* Fixed bug where L.Draw.Polyline would try to remove a non-existant handler if the user cancelled and the polyline only had a single point.

## 0.2.0 (February 20, 2013)

Expand Down

0 comments on commit 2162d09

Please sign in to comment.