From 8b0c6196e669c2a7e6da13049dca33136debde2d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 14 Aug 2017 09:48:22 -0400 Subject: [PATCH] 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))