diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2020-05-03 01:56:57 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2020-05-03 01:56:57 +0000 |
commit | 450ef90a1c039611141698c2724e5d70564bff0a (patch) | |
tree | 871835a71a8e77dd13218089b656a4a1ffe54858 /src/changes/changes.xml | |
parent | 42c8f108f9e45d7f3e97b67f7c4fe2b8fa5453f1 (diff) | |
download | jackcess-450ef90a1c039611141698c2724e5d70564bff0a.tar.gz jackcess-450ef90a1c039611141698c2724e5d70564bff0a.zip |
change the default DateTimeType to LOCAL_DATE_TIME
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1325 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c2f9668..5866d54 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -15,6 +15,9 @@ <action dev="jahlborn" type="update"> Enabled expression evaluation by default. </action> + <action dev="jahlborn" type="update"> + Change the default DateTimeType to LOCAL_DATE_TIME. + </action> </release> <release version="3.0.1" date="2019-04-13"> <action dev="jahlborn" type="update"> |