aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/status.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2010-09-09 15:30:55 +0000
committerNick Burch <nick@apache.org>2010-09-09 15:30:55 +0000
commit7d24de3173d6b7baadf89220a11d87d7b0d43106 (patch)
treedd8f1d75d9860c56cdc5de0edb3f1b7edb220cdb /src/documentation/content/xdocs/status.xml
parentb0dd1b1de07e95ca02ad227d7b85bffb1f426653 (diff)
downloadpoi-7d24de3173d6b7baadf89220a11d87d7b0d43106.tar.gz
poi-7d24de3173d6b7baadf89220a11d87d7b0d43106.zip
Add getMimeType() method to HWPF Picture, and fix some generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r--src/documentation/content/xdocs/status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 0b7a2577cc..193752ed3a 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
<changes>
<release version="3.7-beta3" date="2010-??-??">
+ <action dev="poi-developers" type="add">Add getMimeType() method to HWPF Picture, alongside existing file extension</action>
<action dev="poi-developers" type="add">Add code for reading Ole10Native data</action>
<action dev="poi-developers" type="add">Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file extension</action>
<action dev="poi-developers" type="fix">49887 - allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on the first 31 chars</action>