From ea190e20097f8ac8c458cc9c77137edc07d30629 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 14 Feb 2017 10:20:43 +0100 Subject: [PATCH] Changelog for v4.0.1 --- changelog/v4.0.1.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/v4.0.1.md diff --git a/changelog/v4.0.1.md b/changelog/v4.0.1.md new file mode 100644 index 0000000000..af50b3e53e --- /dev/null +++ b/changelog/v4.0.1.md @@ -0,0 +1,11 @@ +# 4.0.1 + +## Summary + +The v4.0.1 release is a patch release that addresses a regression in the v4.0.0 release. The fix makes pinch zooming work again properly when the two fingers are not placed on the screen at the same time. + +See the [v4.0.0 release notes](https://github.com/openlayers/openlayers/releases/tag/v4.0.0) for details on upgrading from v3.20.x. + +## Fix + + * [#6486](https://github.com/openlayers/openlayers/pull/6486) - Do not set center when touches count has changed ([@ahocevar](https://github.com/ahocevar))