diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a0462402c..86320debd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,7 @@ The type attribute can be add,update,fix,remove. Use TimeZone from calendar in DateFormatUtils. Updating javadoc for NullPointerException when Validate.notNull() is called #870. Fixing and adding DateUtils exception Javadocs #871. + Improve performance of StringUtils.unwrap(String, String) #844. Add EnumUtils.getEnumSystemProperty(...). Add TriConsumer.