update changelog with v2.34.1 backport release

This commit is contained in:
Martin Raifer
2025-06-03 21:23:38 +02:00
parent 42ea10d30a
commit aabd6dec5e

View File

@@ -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