diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-03-21 16:28:26 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-03-21 16:28:26 +0000 |
commit | a7816b7bdbcbe0c773d5035fb3c8bf615e3fbe4d (patch) | |
tree | 1103d12c6202e4046ee6926382eece18eacdefa9 /src/documentation | |
parent | aca8d5187d7d19b4baa52221194a0bd87b0bc038 (diff) | |
download | poi-a7816b7bdbcbe0c773d5035fb3c8bf615e3fbe4d.tar.gz poi-a7816b7bdbcbe0c773d5035fb3c8bf615e3fbe4d.zip |
added modifiers for anchor type to XSSFClientAnchor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@756965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 1 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 395df7134f..ed635f9abd 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">added modifiers for anchor type to XSSFClientAnchor</action> <action dev="POI-DEVELOPERS" type="add">46772 - support built-in data formats in XSSFDataFormat</action> <action dev="POI-DEVELOPERS" type="fix">46719 - fixed XSSFSheet.shiftRows to correctly preserve row heights</action> <action dev="POI-DEVELOPERS" type="fix">46715 - preserve custom column widths across re-serialization of XSSFWorkbook</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index b22fd9d385..eb6a56f0b6 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.5-beta6" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="add">added modifiers for anchor type to XSSFClientAnchor</action> <action dev="POI-DEVELOPERS" type="add">46772 - support built-in data formats in XSSFDataFormat</action> <action dev="POI-DEVELOPERS" type="fix">46719 - fixed XSSFSheet.shiftRows to correctly preserve row heights</action> <action dev="POI-DEVELOPERS" type="fix">46715 - preserve custom column widths across re-serialization of XSSFWorkbook</action> |