diff options
author | Josh Micich <josh@apache.org> | 2008-11-06 20:26:01 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2008-11-06 20:26:01 +0000 |
commit | 974124c3c89c7aec0fe3fc5a8917d566be1e6f57 (patch) | |
tree | 620b68648b39eebaca10c951703e759df6cdf76b /src/documentation/content/xdocs/status.xml | |
parent | 350ce6192a5317176d45fde2e55fa1ba14280978 (diff) | |
download | poi-974124c3c89c7aec0fe3fc5a8917d566be1e6f57.tar.gz poi-974124c3c89c7aec0fe3fc5a8917d566be1e6f57.zip |
Merged revisions 711764 via svnmerge from ooxml
https://svn.apache.org/repos/asf/poi/trunk
........
r711764 | josh | 2008-11-05 19:43:17 -0800 (Wed, 05 Nov 2008) | 1 line
Bug 45784 - More fixes to SeriesTextRecord
........
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@711963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 95d926bb9a..adfb211b3a 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-beta4" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix">45784 - More fixes to SeriesTextRecord</action> <action dev="POI-DEVELOPERS" type="fix">46033 - fixed TableCell to correctly set text type</action> <action dev="POI-DEVELOPERS" type="fix">46122 - fixed Picture.draw to skip rendering if picture data was not found</action> <action dev="POI-DEVELOPERS" type="fix">15716 - memory usage optimisation - converted Ptg arrays into Formula objects</action> |