diff options
author | Nick Burch <nick@apache.org> | 2012-09-29 21:36:27 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2012-09-29 21:36:27 +0000 |
commit | e4512b8d5ad3873b5dbc6c2e2e39465f4c621768 (patch) | |
tree | 99907b61bee3115413ffdbfc658810899c375b8f /src/documentation/content/xdocs/status.xml | |
parent | aba9cd25bd9eb9daf63b4e048d48a76c7f76e960 (diff) | |
download | poi-e4512b8d5ad3873b5dbc6c2e2e39465f4c621768.tar.gz poi-e4512b8d5ad3873b5dbc6c2e2e39465f4c621768.zip |
Have HSSFOptimiser also remove un-used cell styles, in addition to duplicates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1391891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-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 f8cfdb92b5..99234ca012 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">HSSFOptimiser will now also tidy away un-used cell styles, in addition to duplicate styles</action> <action dev="poi-developers" type="fix">53493 - Fixed memory and temporary file leak in SXSSF </action> <action dev="poi-developers" type="fix">53780 - Fixed memory and temporary file leak in SXSSF </action> <action dev="poi-developers" type="fix">53380 - ArrayIndexOutOfBounds Excetion parsing word 97 document. </action> |