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