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 3b275e54c017cf1e145fcead787acfd486f95aa3 Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Mon Mar 15 15:43:46 2021 +1300 [IMAGING-168] Changelog --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4ecb585..50adb11 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="2020-??-??" description="Third 1.0 alpha release"> + <action issue="IMAGING-168" dev="kinow" type="fix" due-to="Yavuz Kavus"> + Encoding Support for IPTC metadata. + </action> <action issue="IMAGING-283" dev="kinow" type="add" due-to="Wanja Gayk"> Add CIELAB and DIN99 conversion, reduce code duplication, and issues related to zero-division and precision. </action>
