aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2011-04-14 14:29:04 +0000
committerNick Burch <nick@apache.org>2011-04-14 14:29:04 +0000
commit8a06e7d60ce25a001425d0cac23fd3fb89331dec (patch)
tree6655bdea4f1765aae1f2a14c5f731cf2d399ac96 /src/documentation
parentc8398cf547c039777439a035dbec40d9f0a7ced4 (diff)
downloadpoi-8a06e7d60ce25a001425d0cac23fd3fb89331dec.tar.gz
poi-8a06e7d60ce25a001425d0cac23fd3fb89331dec.zip
Fix bug #51061 - Correct target URI for new XSSF Tables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1092281 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 93500e6625..b01bf5e983 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
<changes>
<release version="3.8-beta3" date="2011-??-??">
+ <action dev="poi-developers" type="fix">51061 - Correct target URI for new XSSF Tables</action>
<action dev="poi-developers" type="add">Initial support for XSSF Charts. Provides easy access to the underlying CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet.</action>
<action dev="poi-developers" type="fix">50884 - XSSF and HSSF freeze panes now behave the same</action>
<action dev="poi-developers" type="add">Support for adding a table to a XSSFSheet</action>