diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-01-25 21:33:03 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-01-25 21:33:03 +0000 |
commit | a307c8f58f02d68629a53c52dbefd50f8e4f97db (patch) | |
tree | 496c2a765b658010c12847a0bde44b01671ead19 /src/changes/changes.xml | |
parent | 84ff381e5cacc94184229b4d1f54c74aee27df21 (diff) | |
download | jackcess-a307c8f58f02d68629a53c52dbefd50f8e4f97db.tar.gz jackcess-a307c8f58f02d68629a53c52dbefd50f8e4f97db.zip |
Expose the ddl attribute on properties. Set the attribute appropriately for known builtin properties. fixes issue #145
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1137 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-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 c6188f9..6ea08e6 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="2.1.11" date="TBD"> + <action dev="jahlborn" type="fix" system="SourceForge2" issue="145"> + Expose the "ddl" attribute on properties. Set the attribute + appropriately for known builtin properties. + </action> + </release> <release version="2.1.10" date="2018-01-18"> <action dev="jahlborn" type="update" system="SourceForge2Features" issue="37"> |