From cdfd06a8831f03a9e0e7ad8fc8120285f0744cc4 Mon Sep 17 00:00:00 2001 From: Mike Stockdale Date: Wed, 13 Apr 2022 16:28:09 -0600 Subject: [PATCH] documentation update --- FitNesseRoot/FitNesse/ReleaseNotes/content.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FitNesseRoot/FitNesse/ReleaseNotes/content.txt b/FitNesseRoot/FitNesse/ReleaseNotes/content.txt index 32b70926c..2102efaea 100644 --- a/FitNesseRoot/FitNesse/ReleaseNotes/content.txt +++ b/FitNesseRoot/FitNesse/ReleaseNotes/content.txt @@ -1,11 +1,13 @@ !2 Latest Release ${FITNESSE_VERSION} !2 Pending Changes +* Bugfix: Handle instructions with embedded newlines ([[1363][https://github.com/unclebob/fitnesse/pull/1363]]) +* Add new responder to list the variables available on a page ([[1355][https://github.com/unclebob/fitnesse/pull/1355]]) * Bugfix: Search string is not escaped in search page title ([[1360][https://github.com/unclebob/fitnesse/pull/1360]]) * Bugfix: issues with !include and variables in page name ([[1359][https://github.com/unclebob/fitnesse/pull/1359]]) !2 20220319 -* Add new responder to lists the Slim instructions suite to aid analysis/debugging ([[1356][https://github.com/unclebob/fitnesse/pull/1356]]) +* Add new responder to list the Slim instructions suite to aid analysis/debugging ([[1356][https://github.com/unclebob/fitnesse/pull/1356]]) * Allow usage of variables inside include statement ([[1353][https://github.com/unclebob/fitnesse/pull/1353]]) * Improved template for new suites ([[1343][https://github.com/unclebob/fitnesse/pull/1344]]) * Allow more control over how a test suite is partitioned ([[1343][https://github.com/unclebob/fitnesse/pull/1343]])