aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2011-05-12 21:00:04 +0000
committerNick Burch <nick@apache.org>2011-05-12 21:00:04 +0000
commit8362b74f90cb31d09bf5ab3e31dcad23510f4e1e (patch)
treeb6f98e10420dbf97ad3f0bc9d554f67316819eaa /src/documentation
parent6c2d2ffe7fd9af4ff0614752736f164f338d937c (diff)
downloadpoi-8362b74f90cb31d09bf5ab3e31dcad23510f4e1e.tar.gz
poi-8362b74f90cb31d09bf5ab3e31dcad23510f4e1e.zip
Finish NPOIFS support for writing to mini streams where the big block stream needs extending, and unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102458 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 cc0b65671f..db3adb4e1b 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="add">NPOIFS Mini Streams now support extending the underlying big block stream to fit more data</action>
<action dev="poi-developers" type="fix">51148 - XWPFDocument now properly tracks paragraphs and tables when adding/removing them</action>
<action dev="poi-developers" type="fix">51153 - Correct sizing of LbsDataSubRecord with unused padding fields</action>
<action dev="poi-developers" type="fix">51143 - NameCommentRecord correction for writing non ASCII strings</action>