diff options
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index f3afc0ceec..3c0a856da5 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,7 +83,9 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li></li> + <li>Adds css class name to <tt>Grid.Editor</tt> on slected row</li> + <li>Improves error handling on <tt>Upload</tt> handler</li> + <li>Improves support for OSGi</li> </ul> </p> @@ -96,7 +98,7 @@ to Vaadin Framework 8</a>. </p> - <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> + <h2 id="incompatible">No Incompatible or Behavior-altering Changes in @version-minor@</h2> <ul> <li></li> |