<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
- <release version="3.5.0" date="TBD">
+ <release version="3.5.0" date="2020-07-31">
<action dev="jahlborn" type="update">
Add support for Access 97 general collation order, enabling indexes to
be used with Access 97 dbs.
<subsection name="Expression Evaluation (2018-09-08)">
<p>
Have you ever wished that Jackcess could handle field "default
- values" (or other expressions)? Wish no longer! Experimental
- support for expression evaluation has finally landed in the 2.2.0
- release. See the <a href="apidocs/com/healthmarketscience/jackcess/expr/package-summary.html#package_description">expression package</a>
- javadocs for more details.
+ values" (or other expressions)? Wish no longer! Expression
+ evaluations is now enabled by default as of the 3.5.0 release. See
+ the <a href="apidocs/com/healthmarketscience/jackcess/expr/package-summary.html#package_description">expression package</a> javadocs for more details.
</p>
</subsection>