From c330b890b9164c6e98658030da3dbabaf90a5218 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 16 Oct 2024 07:54:04 -0400 Subject: [PATCH] Use simplified JUnit assertion methods #1298 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e571527fb3a..ad5da033efc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -58,7 +58,8 @@ The type attribute can be add,update,fix,remove. Add details to the ArrayFill Javadoc. Add details to the ArraySorter Javadoc. Fix broken URL to project location in Maven Central #1296. - StringUtils.replaceEachRepeatedly regression in 3.11+ #1297. + StringUtils.replaceEachRepeatedly regression in 3.11+ #1297. + Use simplified JUnit assertion methods #1298. Add Strings and refactor StringUtils. Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).