diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-02-21 09:43:01 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-02-21 09:43:01 +0000 |
commit | 946733c773dd9520c2c8fd5ce48438a754b109e0 (patch) | |
tree | 79c666194b327c7593a4b7ed5025f10e1a63fb7a /src/documentation | |
parent | f879c880d41087175002d426174d5838e8baec1f (diff) | |
download | poi-946733c773dd9520c2c8fd5ce48438a754b109e0.tar.gz poi-946733c773dd9520c2c8fd5ce48438a754b109e0.zip |
allow runtime registration of functions in FormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1291677 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 31402b1482..edfd430e92 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.8-beta6" date="2012-??-??"> + <action dev="poi-developers" type="add"> allow runtime registration of functions in FormulaEvaluator</action> <action dev="poi-developers" type="fix">52665 - When reading from a ZipFileZipEntrySource that has already been closed, give IllegalArgumentException rather than NPE</action> <action dev="poi-developers" type="fix">52664 - MAPIMessage may not always have name chunks when checking for 7 bit encodings</action> <action dev="poi-developers" type="fix">52649 - fixed namespace issue in WordToFoConverter</action> |