diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-08-19 22:49:38 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-08-19 22:49:38 +0000 |
commit | a3e70a0ef5f43cf7914595175068980623dd7e26 (patch) | |
tree | 2db449cdc8bab70c0ba4c7f1f8a912b660b58b2f /src | |
parent | a7cecffd321bad0618c408a4ffdb0a161413202a (diff) | |
download | jackcess-a3e70a0ef5f43cf7914595175068980623dd7e26.tar.gz jackcess-a3e70a0ef5f43cf7914595175068980623dd7e26.zip |
add changelog entry for access 97 index support
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1315 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src')
-rw-r--r-- | src/changes/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1c84fe1..b7dc79d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,6 +4,12 @@ <author email="javajedi@users.sf.net">Tim McCune</author> </properties> <body> + <release version="3.0.2" date="TBD"> + <action dev="jahlborn" type="update"> + Add support for Access 97 general collation order, enabling indexes to + be used with Access 97 dbs. + </action> + </release> <release version="3.0.1" date="2019-04-13"> <action dev="jahlborn" type="update"> Add ColumnFormatter utility which can apply Column "Format" property |