update changelog about 0.7.2 [skip ci]

This commit is contained in:
Vladimir Agafonkin 2014-01-17 14:44:25 +02:00
parent 9020f4d41e
commit 9d3ec72ccb

View File

@ -92,9 +92,14 @@ These changes were targeted at removing any hardcoded projection-specific logic
* Added Leaflet logo in vector format as `src/images/logo.svg`.
## 0.7.1 (December 6, 2013)
## 0.7.2 (January 17, 2013)
A follow-up bugfix release to the recent stable version.
* Fixed a bug that appeared with **Chrome 32 update** that made all **mouse events shifted on scrolled pages**. [#2352](https://github.com/Leaflet/Leaflet/issues/2352)
* Fixed a bug that could break tile loading when using non-standard tile sizes. [#2288](https://github.com/Leaflet/Leaflet/issues/2288)
* Fixed a bug where `maxNativeZoom` option didn't work with TMS tile layers (by [@perliedman](https://github.com/perliedman)). [#2321](https://github.com/Leaflet/Leaflet/issues/2321) [#2314](https://github.com/Leaflet/Leaflet/issues/2314)
## 0.7.1 (December 6, 2013)
* Fixed a bug where pinch-zooming quickly could occasionally leave the map at a fractional zoom thus breaking tile loading (by [@danzel](https://github.com/danzel)). [#2269](https://github.com/Leaflet/Leaflet/pull/2269) [#2255](https://github.com/Leaflet/Leaflet/issues/2255) [#1934](https://github.com/Leaflet/Leaflet/issues/1934)
* 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)