aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2019-01-29 02:00:59 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2019-01-29 02:00:59 +0000
commitcb9ed9bd0bee33de31c4c3323dc46cac53be2745 (patch)
treea93cb7365f469d34670e367539b916b4fe88310a /src/changes/changes.xml
parent743ea3342892c814a253105a33525ef5ae7e4d69 (diff)
downloadjackcess-cb9ed9bd0bee33de31c4c3323dc46cac53be2745.tar.gz
jackcess-cb9ed9bd0bee33de31c4c3323dc46cac53be2745.zip
Fix parsing of escaped double quotes in expressions
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1267 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a01a4e8..caa9288 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.3" date="TBD">
+ <action dev="jahlborn" type="fix">
+ Fix parsing of escaped double quotes in expressions.
+ </action>
+ </release>
<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.