From b450dae2a0cbeb976a1fd714a7568fa32f558e24 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 5 Mar 2024 14:27:13 +0100 Subject: [PATCH] add linked bug reports to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 194da841b..137ce919c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :white_check_mark: Validation * Drop validation which checks for [old style multipolygons](https://wiki.openstreetmap.org/wiki/Old_style_multipolygons), as these have long been [fixed](https://blog.jochentopf.com/2017-08-28-polygon-fixing-effort-concluded.html) in OSM #### :bug: Bugfixes +* Prevent (route) relations from getting corrupted while splitting their way members in certain conditions ([#7653], [#8415]) #### :earth_asia: Localization #### :hourglass: Performance #### :mortar_board: Walkthrough / Help @@ -53,6 +54,8 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :hammer: Development [#5420]: https://github.com/openstreetmap/iD/issues/5420 +[#7653]: https://github.com/openstreetmap/iD/issues/7653 +[#8415]: https://github.com/openstreetmap/iD/issues/8415 [#10135]: https://github.com/openstreetmap/iD/issues/10135 [@Sushil642]: https://github.com/Sushil642