update changelog [skip ci]
This commit is contained in:
parent
75c813305c
commit
6f1784fc9a
14
CHANGELOG.md
14
CHANGELOG.md
@ -5,7 +5,19 @@ Leaflet Changelog
|
||||
|
||||
## 0.8-dev (master)
|
||||
|
||||
An in-progress version being developed on the `master` branch. No changes since 0.7 release yet.
|
||||
An in-progress version being developed on the `master` branch. Includes `stable` branch fixes.
|
||||
|
||||
* Improved the build system (`jake build`) to report gzipped library size.
|
||||
|
||||
## 0.7.1-dev (stable)
|
||||
|
||||
An in-progress version being developed on the `stable` branch.
|
||||
|
||||
* Fixed tile flickering issues on some old Android 2/3 devices by disabling buggy hardware accelerated CSS there (by [@danzel](https://github.com/danzel)). [#2216](https://github.com/Leaflet/Leaflet/pull/2216) [#2198](https://github.com/Leaflet/Leaflet/issues/2198)
|
||||
* Reverted `L.Util.template` optimizations to allow Leaflet to be used in eval-banning environments like browser extensions (performance gain was insignificant anyway) (by [@calvinmetcalf](https://github.com/calvinmetcalf)). [#2217](https://github.com/Leaflet/Leaflet/issues/2217) [#2209](https://github.com/Leaflet/Leaflet/issues/2209) [#1968](https://github.com/Leaflet/Leaflet/issues/1968)
|
||||
* Fixed a regression where `Map` `invalidateSize` could lead to unexpected results when called before map initialization (by [@Zverik](https://github.com/Zverik)). [#2250](https://github.com/Leaflet/Leaflet/issues/2250) [#2249](https://github.com/Leaflet/Leaflet/issues/2249)
|
||||
* Fixed a regression where `FeatureGroup` containing other group overwrote original `e.layer` value in mouse events (by [@gumballhead](https://github.com/gumballhead)). [#2253](https://github.com/Leaflet/Leaflet/pull/2253) [#2252](https://github.com/Leaflet/Leaflet/issues/2252)
|
||||
* Fixed a regression where `CircleMarker` `setLatLngs` didn't return `this` (by [@radicalbiscuit](https://github.com/radicalbiscuit)). [#2206](https://github.com/Leaflet/Leaflet/pull/2206)
|
||||
|
||||
## 0.7 (November 18, 2013)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user