From 754b0ec3e415b2fd9da0804ad1443cc10965b41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Thu, 26 Sep 2024 18:35:15 +0200 Subject: [PATCH] Prepare changelog for release 4.17-501 --- CHANGES.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f37737930..1a1036953 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ -unreleased -========== +merlin 4.17 +=========== +Thu Sep 26 18:48:42 CEST 2024 + merlin binary - A new `WRAPPING_PREFIX` configuration directive that can be used to tell Merlin @@ -10,6 +11,8 @@ unreleased - Implement new inlay-hints command for adding hints on a sourcetree (#1812) - Add `signature-help` command (#1720) - Implement new search-by-type command for searching values by types (#1828) + - 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)