diff options
Diffstat (limited to 'src/changes/changes.xml')
-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"> |