update changelog, bump version
This commit is contained in:
parent
76f8d0762d
commit
10bd63a6a6
@ -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)
|
||||
|
||||
|
@ -19,4 +19,4 @@ if (typeof exports !== undefined + '') {
|
||||
window.L = L;
|
||||
}
|
||||
|
||||
L.version = '0.5';
|
||||
L.version = '0.6-dev';
|
||||
|
Loading…
Reference in New Issue
Block a user