From f52f670304ed4146f0e59e4fe495c51cc0c92df7 Mon Sep 17 00:00:00 2001 From: Mourner Date: Sat, 16 Jul 2011 16:16:34 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b47f0b39..a6177358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,9 +47,10 @@ Leaflet Changelog * Fixed a bug with click propagation on popup close button. [#99](https://github.com/CloudMade/Leaflet/issues/99) * Fixed inability to remove ImageOverlay layer. -#### Desktop browsers bugfixes +#### Browser bugfixes * Fixed a bug where paths would not appear in IE8. + * Fixed a bug where there were occasional slowdowns before zoom animation in WebKit. [#123](https://github.com/CloudMade/Leaflet/issues/123) * Fixed incorrect zoom animation & popup styling in Opera 11.11. * Fixed popup fade animation in Firefox and Opera. * Fixed a bug where map isn't displayed in Firefox when there's an `img { max-width: 100% }` rule.