diff options
Diffstat (limited to 'src/site/xdoc/index.xml')
-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> |