From aabd6dec5ebcbb86c95195a28ad8b077bff01047 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 3 Jun 2025 21:23:38 +0200 Subject: [PATCH] update changelog with v2.34.1 backport release --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89bde2e70..f747536b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,6 @@ _Breaking developer changes, which may affect downstream projects or sites that * Refresh numeric input fields after leaving focus with the value that is stored in the tag ([#11027]) * Fix oneway field falsely showing "Assumed to be Yes" if cycled through all options back to the default state * Fix false positives in "unreachable oneway" validation when `oneway=-1` tag is present ([#11068]) -* Fix a bug which can cause non-numeric values in tags of numeric input fields to not be displayed and potentially inadvertently cleared ([#11076]) #### :earth_asia: Localization #### :hourglass: Performance #### :mortar_board: Walkthrough / Help @@ -63,11 +62,19 @@ _Breaking developer changes, which may affect downstream projects or sites that [#11027]: https://github.com/openstreetmap/iD/pull/11027 [#11054]: https://github.com/openstreetmap/iD/issues/1104 [#11068]: https://github.com/openstreetmap/iD/issues/11068 -[#11076]: https://github.com/openstreetmap/iD/issues/11076 [@keiffer213]: https://github.com/keiffer213 [@haipq07]: https://github.com/haipq07 +# v2.34.1 +##### 2025-06-03 + +#### :bug: Bugfixes +* Fix a bug which can cause non-numeric values in tags of numeric input fields to not be displayed and potentially inadvertently cleared ([#11076]) + +[#11076]: https://github.com/openstreetmap/iD/issues/11076 + + # v2.34.0 ##### 2025-05-12