From f5a9b4446a17eb016d3d16ae93fc45a12020ffd4 Mon Sep 17 00:00:00 2001 From: Gregers Gram Rygg Date: Tue, 29 May 2012 16:11:30 +0200 Subject: [PATCH] Added analog scroll wheel improvements to 2.13 changelog --- notes/2.13.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/notes/2.13.md b/notes/2.13.md index c8d0938d6c..bed9bee7c6 100644 --- a/notes/2.13.md +++ b/notes/2.13.md @@ -7,3 +7,11 @@ Previously, objects generated by the library were given id properties with value Corresponding issues/pull requests: * https://github.com/openlayers/openlayers/pull/416 + +## Better support for analog scroll wheel + +Removed rounding of zoom level for maps with fractionalZoom == true. So users with an OS and interface device with analog scroll support will now get smooth zooming. + +Corresponding issues/pull requests: + + * https://github.com/openlayers/openlayers/pull/483 \ No newline at end of file