From 8b23b0f4137075f4628acc9964be9705ac7f6e2a Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 16 Nov 2021 16:18:25 +0100 Subject: [PATCH] add missing changelog entry for #8276 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4613ad8b..a09139476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -141,13 +141,15 @@ _The text styling indicates which values are raw tags and which are translated l #### :sparkles: Usability & Accessibility * Enabled node dragging at the bottom of the screen ([#8233]) * Preset search is now more diacritics friendly ([#8242]) -* Improve sidebar Fields behavior for multilingual names ([#8164]) -* Improved distinction between preset categories and presets icons in sidebar ([#6085]) +* Improve sidebar Fields behavior for multilingual names ([#8164]) +* Improved distinction between preset categories and presets icons in sidebar ([#6085]) +* Enhance labels for route relations to include direction and via points ([#8276], thanks [@1ec5]) [#8233]: https://github.com/openstreetmap/iD/issues/8233 [#8242]: https://github.com/openstreetmap/iD/issues/8242 [#8164]: https://github.com/openstreetmap/iD/issues/8164 [#6085]: https://github.com/openstreetmap/iD/issues/6085 +[#8276]: https://github.com/openstreetmap/iD/pull/8276 #### :scissors: Operations * New operations: Select parent way operation (Ctrl)/ select child nodes operation (Ctrl) ([#pr8264], [#pr8577]) Thanks [@1ec5] @@ -164,7 +166,7 @@ _The text styling indicates which values are raw tags and which are translated l #### :white_check_mark: Validation * Several rules added for the case when tagging is used with wrong geometry ([#8231]) * Missing tag validation improvement ([#8273]) -* Smarter suspicious tag and outdated tag validators (thanks to the new NSI matcher) ([#pr8305]) +* Smarter suspicious tag and outdated tag validators (thanks to the new NSI matcher) ([#pr8305]) [#8231]: https://github.com/openstreetmap/iD/issues/8231 [#8273]: https://github.com/openstreetmap/iD/issues/8273