diff options
author | Nick Burch <nick@apache.org> | 2012-05-01 09:46:15 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2012-05-01 09:46:15 +0000 |
commit | a7796d06d848a3b1aaac941adc7baf2f1b6c9ff0 (patch) | |
tree | b17fb7067670f386d404924d302469707e6d14ac /src/documentation/content/xdocs | |
parent | c746a5f3c785e4158f26e8122b34d2a5dada19a5 (diff) | |
download | poi-a7796d06d848a3b1aaac941adc7baf2f1b6c9ff0.tar.gz poi-a7796d06d848a3b1aaac941adc7baf2f1b6c9ff0.zip |
Patch from Josh Holthaus from bug #53165 - HWPF support for fetching the description (alt text) of a picture
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1332594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 17c2490dfe..7b085461f6 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.9-beta1" date="2012-??-??"> + <action dev="poi-developers" type="add">53165 - HWPF support for fetching the description (alt text) of a picture</action> <action dev="poi-developers" type="fix">48528 - support negative arguments to the DATE() function</action> <action dev="poi-developers" type="fix">53092 - allow specifying of a TimeZone to DateUtil.getJavaDate(), for when it is known that a file comes from a different (known) timezone to the current machine</action> <action dev="poi-developers" type="fix">53043 - don't duplicate hyperlink relationships when saving XSSF file</action> |