aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2021-07-07 01:27:00 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2021-07-07 01:27:00 +0000
commita61e2da7fe9f76614013481c27a557455f080752 (patch)
tree6cee3ab375f1ecf944354ab734eb244e286637aa /src/changes/changes.xml
parentf8afc8dabc20d4286f3cb4d1c693029ceb13ebfd (diff)
downloadjackcess-a61e2da7fe9f76614013481c27a557455f080752.tar.gz
jackcess-a61e2da7fe9f76614013481c27a557455f080752.zip
Add Table methods to access the creation and last modified dates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1375 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 3714194..6698a2d 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="4.0.2" date="TBD">
+ <action dev="jahlborn" type="update">
+ Add Table methods to access the creation and last modified dates.
+ </action>
+ </release>
<release version="4.0.1" date="2021-06-21">
<action dev="jahlborn" type="fix">
Ignore trailing spaces when creating text index entries.