From e6ddac4557310e790a2aaa090c1cb04cf591c3e7 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Tue, 2 Jul 2013 12:43:12 +0300 Subject: [PATCH] update changelog, close #1819 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bab1731..68265818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ Leaflet Changelog ## 0.7-dev (master) -An in-progress version being developed on the master branch. No changes since latest stable release. +An in-progress version being developed on the master branch. + +* Added `TileLayer` `maxNativeZoom` option that allows displaying tile layers on zoom levels above their maximum by upscaling tiles. [#1802](https://github.com/Leaflet/Leaflet/issues/1802) [#1798](https://github.com/Leaflet/Leaflet/issues/1798) ## 0.6.2 (June 28, 2013) @@ -26,6 +28,7 @@ An in-progress version being developed on the master branch. No changes since la * Moved polyline editing code into [Leaflet.draw](https://github.com/Leaflet/Leaflet.draw) plugin (where it fits much better along with all other editing and drawing handlers). The API remains the same. * Dropped support for environments that augment `Object.prototype` (luckily it's a thing of the past nowadays). + * `Map` `invalidateSize` no longer fires `move` and `moveend` events if the map size didn't change. [#1819](https://github.com/Leaflet/Leaflet/issues/1819) ### Improvements