diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 340376d8b..c7cbc1fbe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,9 +72,10 @@ The type attribute can be add,update,fix,remove. Refine StringUtils.deleteWhitespace #569. Correction in Javadoc of some methods. #673 Javadoc for RandomStringUtils.random() letters, numbers parameters is wrong. - Correct markup in Javadoc for unbalanced braces #679. + Correct markup in Javadoc for unbalanced braces #679. MethodUtils.invokeMethod NullPointerException in case of null in args list #680. Fix 2 digit week year formatting #688. + Fix broken Javadoc links to commons-text #712. Add BooleanUtils.booleanValues(). Add BooleanUtils.primitiveValues().