From c94b4c92fed2da463f07f86aa23a43f66c67e046 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 6 Jun 2022 16:01:40 +0200 Subject: [PATCH] add changelog entry for #8881 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d89373c5..b8c39f565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,8 @@ _Breaking developer changes, which may affect downstream projects or sites that # Unreleased #### :newspaper: News +#### :tada: New Features +* Consider lifecycle prefixes when deciding whether features should be rendered as a line or an area ([#8881], thanks [@k-yle]) #### :white_check_mark: Validation #### :bug: Bugfixes * When typing an invalid unit into the Speed Limit or Max Height field, revert to the previous unit ([#9110], thanks [@1ec5]) @@ -48,6 +50,7 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :rocket: Presets #### :hammer: Development +[#8881]: https://github.com/openstreetmap/iD/issues/8881 [#9067]: https://github.com/openstreetmap/iD/issues/9067 [#9110]: https://github.com/openstreetmap/iD/issues/9110