From 135d47004c10b24f2d6280af46ccd66eb62bd35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Tue, 21 Nov 2023 15:07:48 +0100 Subject: [PATCH] Add change entry for 11710 --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bbce6d3472..c6b7fad324 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) + - Ignore the new 5.1 `cmi-file` flag instead of rejecting it (#1710, fixes + #1703) + editor modes - vim: load merlin when Vim is compiled with +python3/dyn (e.g. MacVim)