From 7478e82b9aa551ffedca7985eade3d8871176f00 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 1 Mar 2016 10:10:06 +0100 Subject: [PATCH] Changelog for v3.14.1 --- changelog/v3.14.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/v3.14.1.md diff --git a/changelog/v3.14.1.md b/changelog/v3.14.1.md new file mode 100644 index 0000000000..bee79c34ea --- /dev/null +++ b/changelog/v3.14.1.md @@ -0,0 +1,10 @@ +# v3.14.1 + +## Summary + +The v3.14.1 release is a patch release that addresses a few regressions in the v3.14.0 release. See the [v3.14.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.14.0) for details on upgrading from v3.13.x. + +## Fixes + +* [#4939](https://github.com/openlayers/ol3/pull/4939) - Fix rendering of opaque layers with opacity != 1 ([@ahocevar](https://github.com/ahocevar)) + * [#4921](https://github.com/openlayers/ol3/pull/4921) - Unlisten before calling listener and bind to target by default ([@ahocevar](https://github.com/ahocevar))