diff options
author | Nick Burch <nick@apache.org> | 2009-05-17 18:32:55 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2009-05-17 18:32:55 +0000 |
commit | a8dcc4416f1e87dfbb472a6da10034383e4f0e1c (patch) | |
tree | f259526aff137d8edf601a64dcf3dbaf77c7f8a7 /src/documentation/content/xdocs/changes.xml | |
parent | 8fa8a89b45ff4b0f9ed370f6603dfad6186e2ed0 (diff) | |
download | poi-a8dcc4416f1e87dfbb472a6da10034383e4f0e1c.tar.gz poi-a8dcc4416f1e87dfbb472a6da10034383e4f0e1c.zip |
Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCollapsed() setGroupRowCollapsed()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/changes.xml')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index b80c6188ef..deaf9f06ea 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,6 +37,7 @@ <!-- Don't forget to update status.xml too! --> <release version="3.5-beta6" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="add">46161 - Support in XSSF for setGroupColumnCollapsed and setGroupRowCollapsed</action> <action dev="POI-DEVELOPERS" type="add">46806 - Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas</action> <action dev="POI-DEVELOPERS" type="add">41711 - Base class for "old version" exceptions, and new HSLF detection + use of old versions exception</action> <action dev="POI-DEVELOPERS" type="fix">47179 - Fix string encoding issues with HSMF chunks on non-windows platforms</action> |