diff options
Diffstat (limited to 'all')
-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> |