From 1114222f0e773db5fa908985507042ce0273455e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Mon, 13 Nov 2023 11:32:17 +0100 Subject: [PATCH] Add changelog entry for #1699 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7c2f596847..7e9ec7d4d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ merlin NEXT_VERSION + merlin binary - Fix a follow-up issue to the preference of non-ghost nodes introduced in #1660 (#1690, fixes #1689) - Add `--cache-period` flag, that sets cache invalidation period. (#1698) + - Fix Merlin locate not fallbacking on the correct file in case of ambiguity + (@goldfirere, #1699) + editor modes - vim: load merlin when Vim is compiled with +python3/dyn (e.g. MacVim)