aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2018-09-09 02:07:25 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2018-09-09 02:07:25 +0000
commit29fcd9758ed936e0ec71e00c08c69e87e1ca4064 (patch)
treeb40c7c5de21ab6c70332a37c582aeaa30c78e86a /src/changes/changes.xml
parentf3bdc28209912a0b8d28ea1ef436c2022ab072fc (diff)
downloadjackcess-29fcd9758ed936e0ec71e00c08c69e87e1ca4064.tar.gz
jackcess-29fcd9758ed936e0ec71e00c08c69e87e1ca4064.zip
prep for release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1194 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f33182d..108286f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,6 +4,19 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="2.2.0" date="2018-09-08"
+ description="Add support for expression evaluation">
+ <action dev="jahlborn" type="update">
+ Implement support for optional expression evaluation. When enabled,
+ expressions will be evaluated for default values, calculated fields,
+ field validators, and record validators.
+ </action>
+ <action dev="jahlborn" type="update" system="SourceForge2Features"
+ issue="31">
+ Default values will now be respected when expression evaluation is
+ enabled (currently disabled by default).
+ </action>
+ </release>
<release version="2.1.12" date="2018-06-25">
<action dev="jahlborn" type="update">
Add some additional property keys and relevant enums for values.