diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 060625aa9..9f9880cfa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,7 @@ The type attribute can be add,update,fix,remove. 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.