diff options
-rw-r--r-- | NOTICE.txt | 11 | ||||
-rw-r--r-- | src/changes/changes.xml | 2 |
2 files changed, 7 insertions, 6 deletions
@@ -1,5 +1,6 @@ -Many of the financial functions have been originally copied from the Apache -POI project (Apache Software Foundation) and the UCanAccess Project. They -have been then modified and adapted so that they are integrated with Jackcess, -in a consistent manner. The Apache POI and UCanAccess projects are licensed -under Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0. +Many of the financial functions in the expression engine have been originally +copied from the Apache POI project (Apache Software Foundation) and the +UCanAccess Project. They have been then modified and adapted so that they are +integrated with Jackcess, in a consistent manner. The Apache POI and +UCanAccess projects are both licensed under Apache License, Version 2.0 +http://www.apache.org/licenses/LICENSE-2.0. diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ca9b7aa..f77b937 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,7 +29,7 @@ commons-lang3. </action> </release> - <release version="2.2.1" date="TBD"> + <release version="2.2.1" date="2018-12-22"> <action dev="jahlborn" type="update"> Implement the majority of the missing standard functions: FormatCurrency, FormatDateTime, FormatNumber, FormatPercent, Val, |