diff options
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index a5a4743ab5..deb974772d 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,9 +83,10 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li><tt></tt></li> - <li><tt></tt></li> - <li></li> + <li>Allowed using <tt>BeanValidationBinder</tt> with scanNestedDefinitions.</li> + <li>Allowed conditional asRequired in <tt>Binder</tt>.</li> + <li>Allowed <tt>Binder</tt> to save partial data to a bean.</li> + <li>Improved access to triggering session cleanup.</li> </ul> </p> |