From 5e3db91a813edf43a29b9a2c93fc3114dac01b08 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 7 Aug 2023 10:28:46 +0200 Subject: [PATCH] add changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2bd3a443..36c284c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :tada: New Features #### :sparkles: Usability & Accessibility * Show tag reference information for the currently filled-in tag value in UI fields (if available), instead of only showing the more generic _key_ documentation of the field ([#9786]) +* Don't suggest _discardable_ (i.e. deprecated and automatically removed tags) in the auto-suggestions of the raw tag editor ([#9817], thanks [@k-yle]) #### :scissors: Operations #### :camera: Street-Level #### :white_check_mark: Validation @@ -59,8 +60,9 @@ _Breaking developer changes, which may affect downstream projects or sites that [#8997]: https://github.com/openstreetmap/iD/issues/8997 [#9233]: https://github.com/openstreetmap/iD/issues/9233 -[#9786]: https://github.com/openstreetmap/iD/issues/9786 [#9664]: https://github.com/openstreetmap/iD/pull/9664 +[#9786]: https://github.com/openstreetmap/iD/issues/9786 +[#9817]: https://github.com/openstreetmap/iD/pull/9817 [@channel-s]: https://github.com/channel-s