diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e6cd3727f..d5f9099e4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,7 @@ 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. ContextedException Javadoc add missing semicolon #581. + Resolve JUnit pioneer transitive dependencies using JUnit BOM. Add BooleanUtils.booleanValues(). Add BooleanUtils.primitiveValues().