Changelog: update with #4597, #5090

This commit is contained in:
Iván Sánchez Ortega 2016-11-11 12:09:14 +01:00
parent a4bbec5924
commit 2967ffd49d

View File

@ -18,6 +18,9 @@ An in-progress version being developed on the `master` branch.
* Fix zoom animation of ImageOverlay when CRS's Y axis is flipped (by [@perliedman](https://github.com/perliedman), [#4993](https://github.com/Leaflet/Leaflet/pull/4993)).
* Fix encoding/decoding of GeoJSON `FeatureCollection`s (by [@IvanSanchez](https://github.com/IvanSanchez), [#5045](https://github.com/Leaflet/Leaflet/issues/5045)).
* Fix `minZoom`/`maxZoom` late inizialization (by [@IvanSanchez](https://github.com/IvanSanchez), [#4916](https://github.com/Leaflet/Leaflet/pull/4916).
* Fix styling of custom SVG markers by making stricter CSS selectors (by [@jwoyame](https://github.com/jwoyame))[#4597](https://github.com/Leaflet/Leaflet/pull/4597).
* Fix order of `mouseover`/`mouseout` events on overlapping `L.Canvas` layers (by [@perliedman](https://github.com/perliedman), [#5090](https://github.com/Leaflet/Leaflet/pull/5090)).
### Improvements