From a60358a31c4375df976614184cf9fd05cd71a422 Mon Sep 17 00:00:00 2001 From: Tim-ats-d Date: Thu, 20 Nov 2025 14:32:07 +0100 Subject: [PATCH 1/2] Add a reproduction for issue #1786. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a1b98ec3d..bfd38bc1d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,8 @@ unreleased - Add a test to ensure the behavior showed in issue #1517 is no longer relevant (#1995) - Add a test to ensure the code fragment exhibited in issue #1118 no longer makes Merlin crash (#1996) + + merlin 5.6 ========== Sat Oct 04 15:10:42 CEST 2025 From 641417507304c0a277e483aabd9971081e6c85f5 Mon Sep 17 00:00:00 2001 From: Tim-ats-d Date: Thu, 20 Nov 2025 14:36:35 +0100 Subject: [PATCH 2/2] Add a changelog entry. --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bfd38bc1d..c4cc66294 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,8 +8,7 @@ unreleased + test suite - Add a test to ensure the behavior showed in issue #1517 is no longer relevant (#1995) - Add a test to ensure the code fragment exhibited in issue #1118 no longer makes Merlin crash (#1996) - - + - Add a test case illustrating `case-analysis` command fails to load module in issue #1786 (#2002) merlin 5.6 ==========