From f3b2e74a3a77249dd03b9dc809e7c94c837e8644 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Fri, 6 Dec 2013 17:59:33 +0200 Subject: [PATCH] update changelog [skip ci] --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b06c28a0..283a0c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,9 +65,9 @@ These changes were targeted at removing any hardcoded projection-specific logic * Improved the build system (`jake build`) to report gzipped library size. -## 0.7.1-dev (stable) +## 0.7.1 (December 6, 2013) -An in-progress version being developed on the `stable` branch. +A follow-up bugfix release to the recent stable version. * 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)