From 8b0c6196e669c2a7e6da13049dca33136debde2d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 14 Aug 2017 09:48:22 -0400 Subject: [PATCH 1/2] Changelog for v4.3.1 --- changelog/v4.3.1.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/v4.3.1.md diff --git a/changelog/v4.3.1.md b/changelog/v4.3.1.md new file mode 100644 index 0000000000..a01620f9f4 --- /dev/null +++ b/changelog/v4.3.1.md @@ -0,0 +1,9 @@ +# 4.3.1 + +The v4.3.1 release includes a few fixes that didn't make it into v4.3.0. No special upgrade considerations. + +## Fixes + + * [#7122](https://github.com/openlayers/openlayers/pull/7122) - Immediately complete no-op animations ([@tschaub](https://github.com/tschaub)) + * [#7120](https://github.com/openlayers/openlayers/pull/7120) - Fix hit detection for overzoomed vector tiles ([@ahocevar](https://github.com/ahocevar)) + * [#7114](https://github.com/openlayers/openlayers/pull/7114) - Immediate WebGL text renderer and other improvements ([@GaborFarkas](https://github.com/GaborFarkas)) From 81f37708c14b4d0b2426d4c99c7babce18763b55 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 14 Aug 2017 09:49:12 -0400 Subject: [PATCH 2/2] Bumping versions to 4.3.1 --- package.json | 2 +- package/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3a3e5fb838..1ca3782811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.3.0", + "version": "4.3.1", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index 6738a59079..18b8eeaa58 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.3.0", + "version": "4.3.1", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",