From 815aab5b04b1d4f1b41187914e21e57f03155d62 Mon Sep 17 00:00:00 2001 From: Enguerrand Decorne Date: Tue, 12 Dec 2023 11:11:19 +0100 Subject: [PATCH] add a CHANGES entry --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index c8fa5406ba..d692ac4308 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ merlin NEXT_VERSION (@goldfirere, #1699) - Fix Merlin reporting errors provoked by the recovery itself (#1709, fixes #1704) + - Add a "heap_mbytes" field to Merlin server responses to report heap usage (#1717) + editor modes - vim: load merlin when Vim is compiled with +python3/dyn (e.g. MacVim)