From c0223590dc20b87570e95d7c5375ea32c2c406b8 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 30 Jul 2020 09:16:14 +0200 Subject: [PATCH] Fix line breaks in changelog --- changelog/v6.4.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/v6.4.1 b/changelog/v6.4.1 index bea4d06945..80ea888250 100644 --- a/changelog/v6.4.1 +++ b/changelog/v6.4.1 @@ -2,7 +2,9 @@ This is a bugfix release which removes a few regressions that were introduced by v6.4.0, and fixes a few issues in examples caused by the website facelift. -## List of all changes * [#11346](https://github.com/openlayers/openlayers/pull/11346) - Fix text instruction flat coordinates when stride is not 2 ([@ahocevar](https://github.com/ahocevar)) +## List of all changes + + * [#11346](https://github.com/openlayers/openlayers/pull/11346) - Fix text instruction flat coordinates when stride is not 2 ([@ahocevar](https://github.com/ahocevar)) * [#11348](https://github.com/openlayers/openlayers/pull/11348) - Add all layers to layer export ([@M393](https://github.com/M393)) * [#11337](https://github.com/openlayers/openlayers/pull/11337) - Do not rely on old value for target ([@ahocevar](https://github.com/ahocevar)) * [#11345](https://github.com/openlayers/openlayers/pull/11345) - Fix the popup in the geographic example ([@MoonE](https://github.com/MoonE))