diff options
author | Yegor Kozlov <yegor@apache.org> | 2011-12-10 07:56:54 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2011-12-10 07:56:54 +0000 |
commit | 89916468a58f1413ce27a80adcb8cc5a4259ba17 (patch) | |
tree | ded123ec7fd216c2ce05fef96a19c3592f9b33f4 /src/documentation | |
parent | 217dbe5502956535f4f9349fe673ebd3258b752a (diff) | |
download | poi-89916468a58f1413ce27a80adcb8cc5a4259ba17.tar.gz poi-89916468a58f1413ce27a80adcb8cc5a4259ba17.zip |
Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212744 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 2370acc90c..dc63536bec 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.8-beta5" date="2011-??-??"> + <action dev="poi-developers" type="fix">52204 - Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file</action> <action dev="poi-developers" type="fix">46288 - fixed refcount of Fill pictures in HSLF </action> <action dev="poi-developers" type="add">51961 - support compression of temp files in SXSSF </action> <action dev="poi-developers" type="add">52268 - support cloning sheets with drawings in XSSF </action> |