This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit 946c792e774a09f938c0f6d0d4d58d92f7bfce4e Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Mon Apr 26 09:52:17 2021 +1200 [IMAGING-294] Changelog --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 40f1796..6af5917 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -117,6 +117,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IMAGING-295" dev="kinow" type="update" due-to="Arturo Bernal"> Use 'compare()' method to compare numbers </action> + <action issue="IMAGING-294" dev="kinow" type="update" due-to="Arturo Bernal"> + Use java style array declaration + </action> </release> <release version="1.0-alpha2" date="2020-08-01" description="Second 1.0 alpha release"> <action issue="IMAGING-258" dev="kinow" type="update" due-to="Gary Lucas">
