diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2a14667eb..a4a93c59b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,7 @@ The type attribute can be add,update,fix,remove. testGetAllFields and testGetFieldsWithAnnotation sometimes fail. Fix Javadoc for SystemUtils.isJavaVersionAtMost() #638. Fix StringUtils.unwrap throws StringIndexOutOfBoundsException #636. + Fix formatting of isAnyBlank() and isAnyEmpty(). #513. Add BooleanUtils.booleanValues(). Add BooleanUtils.primitiveValues().