From 03ae16503990764ced213063e9bbb35289f65270 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 31 Jul 2020 09:13:40 -0400 Subject: [PATCH] Document recent changes. --- src/changes/changes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 120587997..6c82d8672 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,11 +48,12 @@ The type attribute can be add,update,fix,remove. Correct implementation of RandomUtils.nextLong(long, long) Remove redundant argument from substring call. + Improve StringUtils.stripAccents conversion of remaining accents. Enable Dependabot #587. - Update spotbugs-maven-plugin from 4.0.0 to 4.0.4 #593. + Update spotbugs-maven-plugin from 4.0.0 to 4.1.1, #593, #596. Update biz.aQute.bndlib from 5.1.1 to 5.1.2 #592. Update junit-pioneer from 0.6.0 to 0.7.0 #589. - Improve StringUtils.stripAccents conversion of remaining accents. + Update checkstyle from 8.34 to 8.35 #594. Refine test output for FastDateParserTest