From 3f85f7c86e8337d62ad65d6b0a8b6b18a3d2d2fd Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Fri, 28 Jun 2013 15:56:57 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bab17317f7..626089fa39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ An in-progress version being developed on the master branch. No changes since la * Fixed a regression that caused tiles selection when double-clicking absolutely positioned maps with vector layers in it in Firefox (WTF!) (by [@jfirebaugh](https://github.com/jfirebaugh)). [#1807](https://github.com/Leaflet/Leaflet/issues/1807) * Fixed a regression with a wrong cursor when dragging a map with vector layers, and tiles becoming selected on double click (by [@jfirebaugh](https://github.com/jfirebaugh)). [#1800](https://github.com/Leaflet/Leaflet/issues/1800) * Fixed a regression that caused flickering of tiles near map border on zoom animation in Chrome. + * Added `mouseup` event to `Marker` and `Path` and `mousemove` event to `Marker` for consistency. ## 0.6.1 (June 27, 2013)