diff --git a/src/reference/docbook/new-in-3.2.xml b/src/reference/docbook/new-in-3.2.xml index c2968b065e..c24fd5c0cc 100644 --- a/src/reference/docbook/new-in-3.2.xml +++ b/src/reference/docbook/new-in-3.2.xml @@ -207,5 +207,22 @@ +
+ Support for <interfacename>@DateTimeFormat</interfacename> without Joda Time + The @DateTimeFormat annotation can now be + used without needing a dependency on the Joda Time library. If Joda Time is not + present the JDK SimpleDateFormat will be used to parse and + print date patterns. When Joda time is present it will continue to be used in + preference to SimpleDateFormat. + +
+ +
+ Global date & time formatting + It is now possible to define global formats that will be used when parsing + and printing date and time types. See + for details. + +