diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-08-12 10:24:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 10:24:35 +0300 |
commit | e8984fb5d7e49f43bc5373e650005f32146a290a (patch) | |
tree | eda249f620b59d32c1d28d4b56b32fd32a1a30f1 /all/src | |
parent | b68804f805ccdf342a95700b502c77d05b620c10 (diff) | |
download | vaadin-framework-e8984fb5d7e49f43bc5373e650005f32146a290a.tar.gz vaadin-framework-e8984fb5d7e49f43bc5373e650005f32146a290a.zip |
Update release-note template for 8.12.0.alpha1 (#12072)8.12.0.alpha1
* Update release-note template for 8.12.0.alpha1
Diffstat (limited to 'all/src')
-rw-r--r-- | all/src/main/templates/release-notes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index cdc1dbd015..9fc495c995 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,7 +83,10 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li></li> + <li>Recalculate column widths when vertical scrollbar hidden/shown</li> + <li>Add support for "ww" in date format</li> + <li>All updates to Escalator size should get reported to LayoutManager</li> + <li>Ensure type safety and serializable nature of all the listeners</li> </ul> </p> |