summaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2012-10-15 03:45:09 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2012-10-15 03:45:09 +0000
commitbc30f4c1658d090767e37b8bd61df255b52d02af (patch)
treedd9bcb9d33d1b7dcabe8779c2ffd95194e917d39 /src/changes
parent3f918ecfef9bbe4e5394aaacc55310fc3fedc876 (diff)
downloadjackcess-bc30f4c1658d090767e37b8bd61df255b52d02af.tar.gz
jackcess-bc30f4c1658d090767e37b8bd61df255b52d02af.zip
Fix some more edge cases in date/time conversions (fixes issue 92)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@645 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index acccf8b..604084c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -17,6 +17,9 @@
Added the MemFileChannel (and associated support in DatabaseBuilder)
to enable working with Database files completely in memory.
</action>
+ <action dev="jahlborn" type="fix" issue="92">
+ Fix some more edge cases in date/time conversions.
+ </action>
</release>
<release version="1.2.8" date="2012-07-10">
<action dev="jahlborn" type="update" issue="3523179">
@@ -184,7 +187,7 @@
ColumnBuilder to optionally escape names.
</action>
<action dev="jahlborn" type="update" issue="2997751">
- Add support for overriding charset and tiemzone used when
+ Add support for overriding charset and timezone used when
reading/writing database.
</action>
<action dev="jahlborn" type="add" issue="3003375">