From b645c2db1b3999349895a44fdb6b947692da31ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Mon, 10 Jun 2024 14:47:14 +0200 Subject: [PATCH] Add a change entry for #1779 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 035529470..992f0fad6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,8 @@ UNRELEASED - A new `UNIT_NAME` configuration directive that can be used to tell Merlin the correct name of the current unit in the presence of wrapping (#1776) - Perform incremental indexation of the buffer when typing. (#1777) + - Reset uid counters when restoring the typer cache so that uids are stable + across re-typing (#1779) + editor modes - emacs: add basic support for project-wide occurrences (#1766) - vim: add basic support for project-wide occurrences (#1767, @Julow)