update changelog, bump version

This commit is contained in:
Vladimir Agafonkin 2013-01-18 17:30:53 +02:00
parent 76f8d0762d
commit 10bd63a6a6
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,10 @@ Leaflet Changelog
## master ## 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) ## 0.5 (January 17, 2013)

View File

@ -19,4 +19,4 @@ if (typeof exports !== undefined + '') {
window.L = L; window.L = L;
} }
L.version = '0.5'; L.version = '0.6-dev';