From 3621a65051f8c93059b113037cdf0a0ed32c9088 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 30 Aug 2020 18:33:34 -0400 Subject: [PATCH] ContextedException Javadoc add missing semicolon #581. --- 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 f83aff54d..cc64952ba 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,7 +48,8 @@ The type attribute can be add,update,fix,remove. Correct implementation of RandomUtils.nextLong(long, long) - Restore handling of collections for non-JSON ToStringStyle #610. + Restore handling of collections for non-JSON ToStringStyle #610. + ContextedException Javadoc add missing semicolon #581. Remove redundant argument from substring call. Improve StringUtils.stripAccents conversion of remaining accents.