From 8957e6770cc6e225b86b4548c8d460db678ec05d Mon Sep 17 00:00:00 2001 From: git-tgo <63655113+git-tgo@users.noreply.github.com> Date: Sun, 18 May 2025 12:36:49 +0200 Subject: [PATCH] fix typo in changelog (#11056) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc465e7cd..abbb6863f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,7 @@ _Breaking developer changes, which may affect downstream projects or sites that ##### 2025-05-12 #### :sparkles: Usability & Accessibility -* Show full relation label as hover-text in _membership editor_, disambiguate relations with duplicate labels by appending the relation id ([#10492]) +* Show full relation label as hover-text in _membership editor_, disambiguate relations with duplicate labels by appending the relation id ([#10942]) * More consistently round non-integer initial zoom when zooming in/out when using the zoom buttons or `+`/`-` keyboard shortcuts * Render map _points_ over _vertices_ ([#11006]) #### :scissors: Operations