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 2020/11/17 05:24:40 UTC

[commons-imaging] 03/04: [IMAGING-216] 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 a7957bd6ce82f204a9135239aa207865b673d5b2
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Tue Nov 17 18:17:27 2020 +1300

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 020fbb8..f78de5d 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-216" dev="kinow" type="add" due-to="Gary Lucas">
+        Imaging.getBufferedImage() drops alpha layer for TIFF images.
+      </action>
       <action issue="IMAGING-269" dev="kinow" type="add" due-to="Gary Lucas">
         Consolidate redundant methods in TIFF datareaders.
       </action>