diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 812f5350f..7df3f372c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,17 +62,17 @@ The type attribute can be add,update,fix,remove. Added the Locks class as a convenient possibility to deal with locked objects. Add to Functions: FailableBooleanSupplier, FailableIntSupplier, FailableLongSupplier, FailableDoubleSupplier, and so on. Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value. - Optimize ArrayUtils::isArrayIndexValid method. #551. - Use List.sort instead of Collection.sort #546. - Use StandardCharsets.UTF_8 #548. - Use Collections.singletonList insteadof Arrays.asList when there be only one element. #549. - Refine Javadoc #545. - Change array style from `int a[]` to `int[] a` #537. - Change from addAll to constructors for some List #536. - Fix typos #539. - Ignored exception `ignored`, should not be called so #540. - Simplify if as some conditions are covered by others #543. - Convert Sting to StringBuilder in some test code. #544. + Optimize ArrayUtils::isArrayIndexValid method. #551. + Use List.sort instead of Collection.sort #546. + Use StandardCharsets.UTF_8 #548. + Use Collections.singletonList insteadof Arrays.asList when there be only one element. #549. + Refine Javadoc #545. + Change array style from `int a[]` to `int[] a` #537. + Change from addAll to constructors for some List #536. + Fix typos #539. + Ignored exception `ignored`, should not be called so #540. + Simplify if as some conditions are covered by others #543. + StringUtils.replaceEachRepeatedly gives IllegalStateException #505.