diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b436f7f..a6d80909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ Leaflet Changelog ## master -An in-progress version being developed on the master branch. No changes since 0.5 release yet. +An in-progress version being developed on the master branch. + + * Added `Control.Layers` `overlayadd` and `overlayremove` events (by [@calvinmetcalf](https://github.com/calvinmetcalf)). [#1286](https://github.com/Leaflet/Leaflet/issues/1286) + * Updated `TileLayer.Canvas` `redraw` method to return `this` (by [@jieter](https://github.com/jieter)). [#1287](https://github.com/Leaflet/Leaflet/pull/1287) ## 0.5 (January 17, 2013) diff --git a/src/Leaflet.js b/src/Leaflet.js index 02889ee2..82a72213 100644 --- a/src/Leaflet.js +++ b/src/Leaflet.js @@ -19,4 +19,4 @@ if (typeof exports !== undefined + '') { window.L = L; } -L.version = '0.5'; +L.version = '0.6-dev';