From ea190e20097f8ac8c458cc9c77137edc07d30629 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 14 Feb 2017 10:20:43 +0100 Subject: [PATCH 1/3] 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)) From 032ce16519f0d34159f88fee179ec3be746a6cbe Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 14 Feb 2017 10:21:18 +0100 Subject: [PATCH 2/3] Update package version to 4.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13e3e9e747..ded997de30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.0.0", + "version": "4.0.1", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", From 87eaa1fba484d61ecb296d447db298e1417484a9 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 14 Feb 2017 10:22:06 +0100 Subject: [PATCH 3/3] Update ol package version to 4.0.1-beta.1 --- package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/package.json b/package/package.json index 42210bb9fc..f57322f489 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.0.0-beta.1", + "version": "4.0.1-beta.1", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",