summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all/src/main/templates/release-notes.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index f592513d87..713bdcc112 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -83,7 +83,12 @@
enhancements. Below is a list of the most notable changes:</p>
<ul>
- <li></li>
+ <li>Add <tt>StringToUuidConverter</tt></li>
+ <li>Allow value update by clicking on <tt>Slider</tt></li>
+ <li>Allow use Enter and Space keys to fire <tt>Window</tt> header buttons</li>
+ <li>Support more KeyCodes</li>
+ <li>Support customized JSONSerializer</li>
+ <li>Improve the binding of columns defined through string with nested properties in <tt>Grid</tt></li>
</ul>
</p>
@@ -99,7 +104,7 @@
<h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2>
<ul>
- <li></li>
+ <li>Public <tt>setCaption(String text)</tt> method in <tt>VPanel</tt> has been refactored to <tt>setCaption(String text, boolean captionAsHtml)</tt> due to internal changes.</li>
</ul>
<h2>For incompatible or behavior-altering changes in 8.7, please see <a href="https://vaadin.com/download/release/8.7/8.7.0/release-notes.html#incompatible">8.7 release notes</a></h2>