From 379faf83d4b322b87b0a7c02d5716f3468251d2d Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 11 Jul 2022 19:18:26 +0200 Subject: [PATCH] add #9172 to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417dd1d1b..a729cd5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ _Breaking developer changes, which may affect downstream projects or sites that * Don't render `railway=platform_edge` like train tracks ([#9142], thanks [@k-yle]) * Fix leaking of localized tag values into raw tags by multiCombo fields ([#9164], thanks [@1ec5]) * Fix localizable labels in multiCombo fields ("chips") being rendered multiple times ([#9169]) +* Fix missing styling when rendering of proposed footway/cycleway/path bridges ([#9172], thanks [@k-yle]) #### :rocket: Presets * Disable taginfo suggestions for the `via` field ([#9140], thanks [@k-yle]) * Treat `surface=chipseal` as a paved surface ([#9139], thanks [@k-yle]) @@ -75,6 +76,7 @@ _Breaking developer changes, which may affect downstream projects or sites that [#9157]: https://github.com/openstreetmap/iD/issues/9157 [#9164]: https://github.com/openstreetmap/iD/issues/9164 [#9169]: https://github.com/openstreetmap/iD/issues/9169 +[#9172]: https://github.com/openstreetmap/iD/issues/9172 [@furkanmutlu]: https://github.com/furkanmutlu [@JackNUMBER]: https://github.com/JackNUMBER [@aaditya0000]: https://github.com/aaditya0000