diff options
author | Josh Micich <josh@apache.org> | 2009-02-02 19:42:57 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2009-02-02 19:42:57 +0000 |
commit | d0f2a79c0723720f9c986a2061080b686264df83 (patch) | |
tree | 7d324b7265be142a72e347e29f0089bca5c74d48 /src/documentation/content/xdocs/changes.xml | |
parent | f6fae6e2d1ab4f9dc08bdaa3059b5f040bb02f4e (diff) | |
download | poi-d0f2a79c0723720f9c986a2061080b686264df83.tar.gz poi-d0f2a79c0723720f9c986a2061080b686264df83.zip |
Fix for bug 46647 - COUNTIF NE operator and other special cases involving type conversion
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@740088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/changes.xml')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 17a02ee598..e8b0f419c4 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-beta5" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix">46647 - Fixed COUNTIF NE operator and other special cases involving type conversion</action> <action dev="POI-DEVELOPERS" type="add">46635 - Added a method to remove slides</action> <action dev="POI-DEVELOPERS" type="fix">46520 - Fixed HSSFFont.applyFont() to properly apply font to overlapping regions</action> <action dev="POI-DEVELOPERS" type="fix">46545 - Fixed ObjRecord to ignore excessive padding written by previous POI versions</action> |