diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 30edf748f..36deff617 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -88,7 +88,7 @@ The type attribute can be add,update,fix,remove. Add JavaVersion.JAVA_17. Add missing boolean[] join method #686. Add StringUtils.substringBefore(String, int). - Introduce the use of @Nonnull, and @Nullable, and the Objects class as a helper tool. + Introduce the use of @Nonnull, and @Nullable, and the Objects class as a helper tool. Enable Dependabot #587. Bump junit-jupiter from 5.6.2 to 5.7.0. @@ -109,6 +109,7 @@ The type attribute can be add,update,fix,remove. Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #705. Bump actions/cache from v2 to v2.1.4 #710. Bump junit-bom from 5.7.0 to 5.7.1 #707. + Minor Improvements #701. Refine test output for FastDateParserTest