diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-20 22:22:04 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-20 22:22:04 +0000 |
commit | ef3c97e8300dd0961db0b6b306232df7f252d599 (patch) | |
tree | b12ee02aa5c14954c957e45f15849fdc6318e36b | |
parent | 80ec5ce28aa18ab72908a46c33005864e76197e9 (diff) | |
download | jackcess-ef3c97e8300dd0961db0b6b306232df7f252d599.tar.gz jackcess-ef3c97e8300dd0961db0b6b306232df7f252d599.zip |
update changes for 4.0.0 release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules@1354 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/changes/changes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 99d943e..14bed22 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,6 +4,21 @@ <author email="javajedi@users.sf.net">Tim McCune</author> </properties> <body> + <release version="4.0.0" date="TBD"> + <action dev="jahlborn" type="update"> + Add Automatic-Module-Name in order to make Jackcess safe to use in the + module path in Java 9+ environments. + </action> + <action dev="jahlborn" type="update"> + Make a few classes and constants public in order to facilitate use in + different packages. + </action> + <action dev="jahlborn" type="update"> + Alter access to java.sql classes so that usage is dependent on whether + or not the module is loaded in Java 9+ environments. Tweak a few + methods to no longer throw SQLException. + </action> + </release> <release version="3.5.1" date="2020-09-10"> <action dev="jahlborn" type="update"> Add more static utility methods to DatabaseBuilder to enable more |