diff options
author | Nick Burch <nick@apache.org> | 2009-11-25 12:11:04 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2009-11-25 12:11:04 +0000 |
commit | 76ae29d587c94767dab8002ef6dc40ecb5688ae7 (patch) | |
tree | 85397f8fcfa33a3ccf22da7fc0b231a5fc77d56e /src/documentation | |
parent | 5cf512174e197b200f72656096d9b426aa2be137 (diff) | |
download | poi-76ae29d587c94767dab8002ef6dc40ecb5688ae7.tar.gz poi-76ae29d587c94767dab8002ef6dc40ecb5688ae7.zip |
Fix bug #48180 - short chart records skipping some unused fields
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-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 10e006b4e3..5369cda040 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.6-beta1" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">48180 - be more forgiving of short chart records, which skip some unused fields</action> <action dev="POI-DEVELOPERS" type="fix">48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor</action> <action dev="POI-DEVELOPERS" type="fix">48269 - fix fetching of error codes from XSSF formula cells</action> <action dev="POI-DEVELOPERS" type="fix">48229 - fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth </action> |