From cce4895ee87e0ec4a1ec58c4f64d2ebdb8252cdf Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Wed, 6 Feb 2019 03:31:59 +0000 Subject: [PATCH] update site docs git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1281 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/site/xdoc/index.xml | 7 ++++--- 1 file 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 @@

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 DateTimeType + 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 DateTimeType for more details.

-- 2.39.5