From 55745c7de716a42ed1a017d5c0c7237c11ddff86 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 6 Jun 2022 17:12:28 +0200 Subject: [PATCH] add changelog entry for #9142 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e92ffa2c7..c0044cb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ _Breaking developer changes, which may affect downstream projects or sites that * Don't truncate background imagery names ([#8975], thanks [@furkanmutlu]) * Fix alignment of "notes" icon in sidebar ([#9018], thanks [@JackNUMBER]) * Fix comments in notes overflowing when hovering ([#9074], thanks [@aaditya0000]) +* Don't render `railway=platform_edge` like train tracks ([#9142], thanks [@k-yle]) #### :rocket: Presets * Disable taginfo suggestions for the `via` field ([#9140], thanks [@k-yle]) #### :hammer: Development @@ -64,6 +65,7 @@ _Breaking developer changes, which may affect downstream projects or sites that [#9074]: https://github.com/openstreetmap/iD/pull/9074 [#9110]: https://github.com/openstreetmap/iD/issues/9110 [#9140]: https://github.com/openstreetmap/iD/pull/9140 +[#9142]: https://github.com/openstreetmap/iD/pull/9142 [@furkanmutlu]: https://github.com/furkanmutlu [@JackNUMBER]: https://github.com/JackNUMBER [@aaditya0000]: https://github.com/aaditya0000