diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-01-16 14:14:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 14:14:32 +0200 |
commit | 2aa2de52f0c532f4a6f400b16eb08c340fc80f02 (patch) | |
tree | 04c5074eb1ca00fd63df86ad56ff670bd40a1beb /all/src/main | |
parent | 1076cb016206553aa017b5e479d5679107b14409 (diff) | |
download | vaadin-framework-2aa2de52f0c532f4a6f400b16eb08c340fc80f02.tar.gz vaadin-framework-2aa2de52f0c532f4a6f400b16eb08c340fc80f02.zip |
Update to 8.11 snapshot (#11874)
* Update to 8.11-SNAPSHOT
Diffstat (limited to 'all/src/main')
-rw-r--r-- | all/src/main/templates/release-notes.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index deb974772d..a2148b4831 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,18 +83,18 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <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> + <li></li> + <li></li> + <li></li> + <li></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.9, see the <a - href="http://vaadin.com/download/release/8.9/8.9.0/release-notes.html">Release - Notes for Vaadin Framework 8.9.0</a>. + For enhancements introduced in Vaadin Framework 8.10, see the <a + href="http://vaadin.com/download/release/8.10/8.10.0/release-notes.html">Release + Notes for Vaadin Framework 8.10.0</a>. For migrating from previous framework versions, see <a href="#incompatible">the list of incompatible changes</a> and <a href="#migrating">how to migrate to Vaadin Framework 8</a>. </p> @@ -105,7 +105,7 @@ <li></li> </ul> - <h2>For incompatible or behavior-altering changes in 8.9, please see <a href="https://vaadin.com/download/release/8.9/8.9.0/release-notes.html#incompatible">8.9 release notes</a></h2> + <h2>For incompatible or behavior-altering changes in 8.10, please see <a href="https://vaadin.com/download/release/8.10/8.10.0/release-notes.html#incompatible">8.10 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |