Added analog scroll wheel improvements to 2.13 changelog

This commit is contained in:
Gregers Gram Rygg
2012-05-29 16:11:30 +02:00
parent 8f38ba5bd0
commit f5a9b4446a

View File

@@ -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