diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-10-25 15:13:53 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-10-25 15:13:53 +0000 |
commit | 146345aef8e7cc3f0e6a64e08c6174a74424b93c (patch) | |
tree | 1979a52da2b70de0c2545f5df94a0633e7ae7ac4 /src/documentation | |
parent | b128eeacc8b7544203637164c4ff3451729e8fb3 (diff) | |
download | poi-146345aef8e7cc3f0e6a64e08c6174a74424b93c.tar.gz poi-146345aef8e7cc3f0e6a64e08c6174a74424b93c.zip |
Bug #53404 - Fixed compatibility issue with modifying xls files created by POI-3.6 and earlier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1402186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-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 0bfd8534eb..b72f05ebeb 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">53404 - Fixed compatibility bug with modifying xls files created by POI-3.6 and earlier</action> <action dev="poi-developers" type="add">53979 - Support fetching properties of Numbered Lists from PPT files</action> <action dev="poi-developers" type="add">53784 - Partial HSMF support for fixed sized properties</action> <action dev="poi-developers" type="add">53943 - added method processSymbol() to allow converting word symbols </action> |