diff options
author | Josh Micich <josh@apache.org> | 2008-11-24 22:40:46 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2008-11-24 22:40:46 +0000 |
commit | f3d8a267194ac662e7fadd22bf8d197bf6ae8f0b (patch) | |
tree | 2468c9639d960554f6cb5ed742aa6ae56d259aa7 /src/documentation/content | |
parent | dfdb47a858330d2c6b8d96823cdd01539f1bc912 (diff) | |
download | poi-f3d8a267194ac662e7fadd22bf8d197bf6ae8f0b.tar.gz poi-f3d8a267194ac662e7fadd22bf8d197bf6ae8f0b.zip |
Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords after UnkownRecords, and PivotTable records should not get in the RowRecordsAggregate at all
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 1580f7ed7c..784f19875e 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,7 +37,7 @@ <!-- Don't forget to update status.xml too! --> <release version="3.5-beta5" date="2008-??-??"> - <action dev="POI-DEVELOPERS" type="fix"><!--remove me--></action> + <action dev="POI-DEVELOPERS" type="fix">46280 - Fixed RowRecordsAggregate etc to properly skip PivotTable records</action> </release> <release version="3.5-beta4" date="2008-11-29"> <action dev="POI-DEVELOPERS" type="fix">46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index a6bc5997fa..59d6b999c8 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,7 +34,7 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.5-beta5" date="2008-??-??"> - <action dev="POI-DEVELOPERS" type="fix"><!--remove me--></action> + <action dev="POI-DEVELOPERS" type="fix">46280 - Fixed RowRecordsAggregate etc to properly skip PivotTable records</action> </release> <release version="3.5-beta4" date="2008-11-29"> <action dev="POI-DEVELOPERS" type="fix">46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords</action> |