diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2019-12-09 12:19:46 +0200 |
---|---|---|
committer | Tatu Lund <tatu@vaadin.com> | 2019-12-09 12:19:46 +0200 |
commit | 822fdb462566092bff184daabf4319ea3f21466b (patch) | |
tree | fcaa2eef5f135f6534882678315dab27be260167 | |
parent | 18c37e1cf2a780e7927d257dffaad92ca3f7681f (diff) | |
download | vaadin-framework-822fdb462566092bff184daabf4319ea3f21466b.tar.gz vaadin-framework-822fdb462566092bff184daabf4319ea3f21466b.zip |
Release notes (#11842)8.10.0.alpha1
-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> |