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 8225e1de3117b871cb6c372f1f09726d0ee0ab65 Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Fri Apr 1 08:52:40 2022 +1300 [IMAGING-330] Changelog --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4d88408..8d3cb8d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,9 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> <release version="1.0-alpha3" date="2022-??-??" description="Third 1.0 alpha release"> + <action issue="IMAGING-330" dev="kinow" type="fix" due-to="Gary Lucas"> + Add PNG predictor to reduce output size. + </action> <action issue="IMAGING-327" dev="kinow" type="fix" due-to="Gary Lucas"> Change getExif name to getOutputSet. </action>
