aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>2020-02-19 09:24:07 +0200
committerGitHub <noreply@github.com>2020-02-19 09:24:07 +0200
commitaec6dcd3824369ddab95af9c0d7245c82a10665c (patch)
tree40443bf1def056533f01963200899b2298b19964
parente5118c796f1eabe6f05c3f8773af5c296f06e849 (diff)
downloadvaadin-framework-aec6dcd3824369ddab95af9c0d7245c82a10665c.tar.gz
vaadin-framework-aec6dcd3824369ddab95af9c0d7245c82a10665c.zip
Update release note template for 8.10 maintenance
-rw-r--r--all/src/main/templates/release-notes.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index af9292cdc9..342dc97ffb 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -59,8 +59,8 @@
<p>
Vaadin Framework @version@ is a
-<!-- maintenance release that includes a number of bug fixes, as listed in the <a href="#changelog">change log</a> below. -->
- feature release that includes
+ maintenance release that includes a number of bug fixes, as listed in the <a href="#changelog">change log</a> below.
+<!-- feature release that includes -->
<!-- pre-release for evaluating -->
a number of new features and bug fixes, as listed in the <a
href="#enhancements">list of enhancements</a> and <a
@@ -101,11 +101,13 @@
to Vaadin Framework 8</a>.
</p>
- <h2 id="incompatible">No Incompatible or Behavior-altering Changes in @version-minor@</h2>
+ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2>
<ul>
- <li></li>
- </ul>
+ <li>Ensured that value change happens before shortcuts in compatibility components</li>
+ <li>Ensured that <tt>TreeDataProvider</tt> filters also take into account child items</li>
+ <li>Improved <tt>Binder</tt> handling of null values.</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>