diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-02-06 03:31:59 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-02-06 03:31:59 +0000 |
commit | cce4895ee87e0ec4a1ec58c4f64d2ebdb8252cdf (patch) | |
tree | e4a70dcf4be18f95c78388c7a76f6e300536343c | |
parent | d231efd46cd5f1e4c5c0fff850e10f860b7fced2 (diff) | |
download | jackcess-cce4895ee87e0ec4a1ec58c4f64d2ebdb8252cdf.tar.gz jackcess-cce4895ee87e0ec4a1ec58c4f64d2ebdb8252cdf.zip |
update site docs
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1281 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/site/xdoc/index.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 326735a..e035af9 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -23,9 +23,10 @@ <p> Jackcess now requires Java 8+ as of the 3.0.0 release. All third party dependencies have been updated to the latest versions. - Jackcess now supports Java 8+ data types like LocalDateTime and - Path. Databases can now optionally return Date values (legacy, - backwards compatible) or LocalDateTime values. See <a href="apidocs/com/healthmarketscience/jackcess/DateTimeType.html">DateTimeType</a> + Jackcess now supports Java 8+ data types like + <code>LocalDateTime</code> and <code>Path</code>. Databases can now + optionally return <code>Date</code> values (legacy, backwards + compatible) or <code>LocalDateTime</code> values. See <a href="apidocs/com/healthmarketscience/jackcess/DateTimeType.html">DateTimeType</a> for more details. </p> </subsection> |