]> source.dussan.org Git - jackcess.git/commitdiff
prep for release
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 31 Jul 2020 21:12:51 +0000 (21:12 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 31 Jul 2020 21:12:51 +0000 (21:12 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1332 f203690c-595d-4dc9-a70b-905162fa7fd2

src/changes/changes.xml
src/site/xdoc/index.xml

index ed620cc45ef3e7123006b0c5ecbb57a719504810..5f8f3745a3221efb2cc20cb192c25110c252074a 100644 (file)
@@ -4,7 +4,7 @@
     <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.
index db71878bf141640f3b1796f00f153db8c2bde6e3..7434b8d3391919a4901be3dc29dc2c780c092b29 100644 (file)
       <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>