You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/05/12 21:26:43 UTC

[commons-imaging] 02/03: [IMAGING-304] Changelog

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 b9bacf77e8feb2b5ceabfdd4eebaf9f4a0f7d5db
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Thu May 13 09:26:13 2021 +1200

    [IMAGING-304] Changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b8881d0..249ffab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -132,6 +132,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IMAGING-302" dev="kinow" type="update" due-to="OSS-Fuzz">
         Throw ImageReadException if the JPEG parser is given an image with a negative number of segments in SOF0Segment.
       </action>
+      <action issue="IMAGING-304" dev="kinow" type="update" due-to="Arturo Bernal">
+        Use Comparator combinator
+      </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">