]> source.dussan.org Git - poi.git/commitdiff
update the change log
authorYegor Kozlov <yegor@apache.org>
Mon, 1 Oct 2007 18:40:59 +0000 (18:40 +0000)
committerYegor Kozlov <yegor@apache.org>
Mon, 1 Oct 2007 18:40:59 +0000 (18:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581034 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/changes.xml

index bd3f196e375d414e485b87fc192f30d24c89eb27..24166542002b0dc4a622ccf6cee08c3e5a57e273 100644 (file)
@@ -36,6 +36,7 @@
     </devs>
 
         <release version="3.0.2-FINAL" date="2007-??-??">
+            <action dev="POI-DEVELOPERS" type="add">HSSFPicture.resize() - a handy method to reset a picture to its original width and height</action>
             <action dev="POI-DEVELOPERS" type="add">Add a getSheetIndex(HSSFSheet) method to HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook</action>
             <action dev="POI-DEVELOPERS" type="add">Move POIDocument out of Scratchpad, and update HSSFWorkbook to use it</action>
             <action dev="POI-DEVELOPERS" type="fix">43399 - [PATCH] - Fix for Cell References for rows > 32678</action>