diff options
author | Yegor Kozlov <yegor@apache.org> | 2011-08-17 11:35:08 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2011-08-17 11:35:08 +0000 |
commit | b77189c0a63acf36dd4794c9251b9a0a60c56124 (patch) | |
tree | e51d9aee0e1c6c25b98a624635e71255a80bdb34 | |
parent | 91e8f172539564847740cafec75a3ac8033cfabe (diff) | |
download | poi-b77189c0a63acf36dd4794c9251b9a0a60c56124.tar.gz poi-b77189c0a63acf36dd4794c9251b9a0a60c56124.zip |
updated status.xml to properly reflect last changes in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1158638 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 4c9f245e02..9e157b9d00 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,7 +34,7 @@ <changes> <release version="3.8-beta4" date="2011-??-??"> - <action dev="poi-developers" type="add">support for tables and hyperlinks</action> + <action dev="poi-developers" type="add">support for tables and hyperlinks in XSLF</action> <action dev="poi-developers" type="fix">51535 - correct signed vs unsigned short reading in NDocumentInputStream</action> <action dev="poi-developers" type="add">51634 - support SXSSF streaming from templates</action> <action dev="poi-developers" type="add">initial support for XSLF usermodel API</action> |