From c76379cdaeb429459c9ecfc2990936eb8a36980a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Thu, 26 Sep 2024 18:32:36 +0200 Subject: [PATCH] Add missing changelog entries --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 646b7642e..1fcd8ef1f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,8 @@ Thu Sep 26 18:48:42 CEST 2024 - Implement new search-by-type command for searching values by types (#1828) - Canonicalize paths in occurrences. This helps deduplicate the results and show more user-friendly paths. (#1840) + - Fix dot-merlin-reader ignoring `SOURCE_ROOT` and `STDLIB` directives + (#1839, #1803) + editor modes - vim: fix python-3.12 syntax warnings in merlin.py (#1798) - vim: Dead code / doc removal for previously deleted MerlinPhrase command (#1804)