From 73f1428701ab5b168e25f0a778ea048c0d1df321 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 4 Jul 2018 21:52:27 +0200 Subject: [PATCH] Changelog for v5.0.1 --- changelog/v5.0.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/v5.0.1.md diff --git a/changelog/v5.0.1.md b/changelog/v5.0.1.md new file mode 100644 index 0000000000..151e90c4a6 --- /dev/null +++ b/changelog/v5.0.1.md @@ -0,0 +1,8 @@ +# 5.0.1 + +The v4.6.5 release helps reduce bundle sizes for bundler that support the `"sideEffects": "false"`option in `package.json`, and fixes website documentation regarding cdn locations and debug build which has been replaced by source maps. + +## Fixes + + * [#8341](https://github.com/openlayers/openlayers/pull/8341) - Set sideEffects: false flag ([@ahocevar](https://github.com/ahocevar)) + * [#8342](https://github.com/openlayers/openlayers/pull/8342) - Fix links and description in quickstart tutorial ([@ahocevar](https://github.com/ahocevar))