From 434434a67b28fcdf1f15fdcc63fb034548ff33bf Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 6 Jun 2022 12:46:55 +0200 Subject: [PATCH] add to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eca486ffa..2d89373c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,9 +44,11 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :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]) +* Fix wikidata field displaying `[object Object]` instead of item labels after wikibase API change ([#9067]) #### :rocket: Presets #### :hammer: Development +[#9067]: https://github.com/openstreetmap/iD/issues/9067 [#9110]: https://github.com/openstreetmap/iD/issues/9110