From a7c9f01eb0450b9af4ee246f78f87acb8b5eee13 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Wed, 25 May 2022 13:55:04 +0200 Subject: [PATCH] add to changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 539220387..0d55cd53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ _Breaking developer changes, which may affect downstream projects or sites that * Fix W keyboard shortcut not working on MacOS in certain system languages / keyboard layouts (e.g. Spanish) ([#8905]) * Render closed ways tagged as `public_transport=platform`, `waterway=dam` or `highway=elevator` as areas ([#8985]) * Fix a bug which caused validations to not take effect in certain situations ([#9021], thanks [@mbrzakovic]) +* Properly escape currently logged-in user's user name ([#9097], thanks [@jleedev]) #### :rocket: Presets * Optimize order of values in dropdowns of `access` fields ([#8945]) * Use value of `vehicle` tag as placeholder value of `access` fields for `motor_vehicle` and `bicycle` @@ -81,9 +82,10 @@ _Breaking developer changes, which may affect downstream projects or sites that [#8976]: https://github.com/openstreetmap/iD/issues/8976 [#8985]: https://github.com/openstreetmap/iD/issues/8985 [#9021]: https://github.com/openstreetmap/iD/pull/9021 +[#9097]: https://github.com/openstreetmap/iD/pull/9097 [#9102]: https://github.com/openstreetmap/iD/issues/9102 -[#9124]: https://github.com/openstreetmap/iD/pull/9124 [#9118]: https://github.com/openstreetmap/iD/issues/9118 +[#9124]: https://github.com/openstreetmap/iD/pull/9124 [@wcedmisten]: https://github.com/wcedmisten