From 9cb10efe4bcb7a24d10f05ef2cd7c40484174d4d Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 11 Jul 2018 10:56:05 +0200 Subject: [PATCH] Changelog for v5.0.3 --- changelog/v5.0.3.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/v5.0.3.md diff --git a/changelog/v5.0.3.md b/changelog/v5.0.3.md new file mode 100644 index 0000000000..8c4cede69b --- /dev/null +++ b/changelog/v5.0.3.md @@ -0,0 +1,9 @@ +# 5.0.3 + +The v5.0.3 fixes a regression in the vector tile renderer and improves the built examples and release package. + +## Fixes + + * [#8364](https://github.com/openlayers/openlayers/pull/8364) - Make examples work in IE11 ([@ahocevar](https://github.com/ahocevar)) + * [#8363](https://github.com/openlayers/openlayers/pull/8363) - Autogenerate src/ol/package.json ([@ahocevar](https://github.com/ahocevar)) + * [#8371](https://github.com/openlayers/openlayers/pull/8371) - Skip rendering when there is no replay group ([@ahocevar](https://github.com/ahocevar))