From 63763609854a509a230ba64aa6c4c480c22ca878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Mon, 10 Jun 2024 15:52:44 +0200 Subject: [PATCH] Add changelog entry for #1781 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 26b274947..f171f3835 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,8 @@ UNRELEASED - Perform incremental indexation of the buffer when typing. (#1777) - `merlin-lib.commands`: Add a `find_command_opt`` alternative to `find_command` that does not raise (#1778) + - Prevent uid clashes by not returning PWO for defs located in the current + interface file (#1781) + editor modes - emacs: add basic support for project-wide occurrences (#1766) - vim: add basic support for project-wide occurrences (#1767, @Julow)