diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-01-05 12:43:55 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-01-05 12:43:55 +0000 |
commit | dc97692504b236ba37ffae05b3defd75be39e05f (patch) | |
tree | dcfcdb4c5ce4f94802640589fbab6c57de87c0bd | |
parent | c25109f67386c6d5b5c7875cd6f82d9191b2751c (diff) | |
download | jackcess-dc97692504b236ba37ffae05b3defd75be39e05f.tar.gz jackcess-dc97692504b236ba37ffae05b3defd75be39e05f.zip |
fix changelog for 151 bug fix
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1260 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/changes/changes.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index efa4a64..a01a4e8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,6 +4,11 @@ <author email="javajedi@users.sf.net">Tim McCune</author> </properties> <body> + <release version="2.2.2" date="2019-01-05"> + <action dev="jahlborn" type="fix" system="SourceForge2" issue="151"> + Fix length in units calculation for Access 97 text fields. + </action> + </release> <release version="2.2.1" date="2018-12-22"> <action dev="jahlborn" type="update"> Implement the majority of the missing standard functions: @@ -27,9 +32,6 @@ irrelevant failures when reading databases which have invalid column properties. </action> - <action dev="jahlborn" type="fix" system="SourceForge2" issue="151"> - Fix length in units calculation for Access 97 text fields. - </action> </release> <release version="2.2.0" date="2018-09-08" description="Add support for expression evaluation"> |