diff options
author | Nick Burch <nick@apache.org> | 2008-02-20 18:14:30 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-02-20 18:14:30 +0000 |
commit | 5f2db43b4dcb73042367e1311b67d67b6cf48eea (patch) | |
tree | 79154223572c5d6fc2c0bc57806422feab402ce8 /src/documentation/content/xdocs/status.xml | |
parent | ca243602bb63c13adf0cc71184273289f3db6384 (diff) | |
download | poi-5f2db43b4dcb73042367e1311b67d67b6cf48eea.tar.gz poi-5f2db43b4dcb73042367e1311b67d67b6cf48eea.zip |
Patch from Josh from bug #44403 - Further support for unusual, but valid, arguments to the Mid function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629552 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 2d0943a91f..82c2069290 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">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> <action dev="POI-DEVELOPERS" type="fix">44421 - Update Match function to properly support Area references</action> <action dev="POI-DEVELOPERS" type="fix">44417 - Improved handling of references for the need to quote the sheet name for some formulas, but not when fetching a sheet by name</action> |