diff options
author | Nick Burch <nick@apache.org> | 2008-02-21 11:34:25 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-02-21 11:34:25 +0000 |
commit | 862657ef40a6dcad654c119d7d6b030fbc28f143 (patch) | |
tree | 12287a046557ce8c208c55c307ebbaf06a269678 /src/documentation/content/xdocs/status.xml | |
parent | d561e7b60ac0b1d939e654c49722f9dc92d0663e (diff) | |
download | poi-862657ef40a6dcad654c119d7d6b030fbc28f143.tar.gz poi-862657ef40a6dcad654c119d7d6b030fbc28f143.zip |
Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and add tests for it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629755 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 fec81a1e1c..2d176896f5 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,7 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.1-beta1" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix">38921 - Have HSSFPalette.findSimilar() work properly</action> <action dev="POI-DEVELOPERS" type="fix">44456 - Fix the contrib SViewer / SViewerPanel to not fail on sheets with missing rows</action> <action dev="POI-DEVELOPERS" type="fix">44403 - Further support for unusual, but valid, arguments to the Mid function</action> <action dev="POI-DEVELOPERS" type="fix">44410 - Support for whole-column ranges, such as C:C, in formula strings and the formula evaluator</action> |