From b177457fe7d7bca250d01f1c2f499242eeeca468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Mon, 17 Jun 2024 16:06:44 +0200 Subject: [PATCH] Add changelog entry for #1785 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f171f3835..5a8f4600d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,8 @@ UNRELEASED `find_command` that does not raise (#1778) - Prevent uid clashes by not returning PWO for defs located in the current interface file (#1781) + - Improve the behavior on occurrences when the cursor is on a label / + constructor declaration (#1785) + editor modes - emacs: add basic support for project-wide occurrences (#1766) - vim: add basic support for project-wide occurrences (#1767, @Julow)