diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 13cf6d235..75cf342bb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,7 @@ The type attribute can be add,update,fix,remove. Optimize ArrayUtils::isArrayIndexValid method. #551. Use List.sort instead of Collection.sort #546. Use StandardCharsets.UTF_8 #548. - Use Math.max and min #547. + [LANG-1564] use Collections.singletonList insteadof Arrays.asList when there be only one element. #549.