From 9df13114bbbd331f78103f5e5c780c464998071a Mon Sep 17 00:00:00 2001 From: Fried Hoeben Date: Sat, 7 Dec 2024 15:56:37 +0100 Subject: [PATCH] Fix release notes --- FitNesseRoot/FitNesse/ReleaseNotes/content.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FitNesseRoot/FitNesse/ReleaseNotes/content.txt b/FitNesseRoot/FitNesse/ReleaseNotes/content.txt index 4b6b850b4..6fdd28c2d 100644 --- a/FitNesseRoot/FitNesse/ReleaseNotes/content.txt +++ b/FitNesseRoot/FitNesse/ReleaseNotes/content.txt @@ -1,4 +1,5 @@ !2 Pending Changes + * Fix IgnoreAllTests exception and IgnoreScriptTest exception issue whereby if either exception is thrown it would still execute subsequent statements in the script table ([[1538][https://github.com/unclebob/fitnesse/pull/1538]]). !2 20241026 * Fixed multiple security issues and updated some dependencies @@ -7,7 +8,6 @@ * Support using Java 17 and 21, 11 remains supported too ([[1525][https://github.com/unclebob/fitnesse/pull/1525]]) * IMPORTANT: !style_code[System.exit()] is no longer prevented by default ([[1524][https://github.com/unclebob/fitnesse/pull/1524]]). * Fix SLF4J logging ([[1522][https://github.com/unclebob/fitnesse/pull/1522]]) - * Fix IgnoreAllTests exception and IgnoreScriptTest exception issue whereby if either exception is thrown it would still execute subsequent statements in the script table !2 20240707 * Allow usage of JDK > 18 ([[1513][https://github.com/unclebob/fitnesse/pull/1513]]).