From 6e39f046db23d63d98cc16082d2cf28ed797f6a8 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 5 Oct 2024 09:53:03 -0400 Subject: [PATCH] Better action description --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 638ecb1c50d..9a0423f215b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -618,7 +618,7 @@ The type attribute can be add,update,fix,remove. Corrected usage examples in Javadocs #458. Improve Javadoc based on the discussion of the GitHub PR #459. maven-checkstyle-plugin 3.0.0 -> 3.1.0. - Update documentation related to the issue LANG-696 #449. + Update documentation and tests related to the issue LANG-696 #449. AnnotationUtils little cleanup #467. Add org.apache.commons.lang3.time.Calendars. Add EnumUtils getEnum() methods with default values #475.