diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-06-28 13:59:07 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-06-28 13:59:07 +0300 |
commit | 84e79c903a53f9b8e6979b2eed634d8523e5668a (patch) | |
tree | 068b0ada4dca126408d2f3480ebcb6fa4e40a999 /all | |
parent | 097395b8bfaecf9d6e89adb5ecb7400e4ddb60bf (diff) | |
download | vaadin-framework-84e79c903a53f9b8e6979b2eed634d8523e5668a.tar.gz vaadin-framework-84e79c903a53f9b8e6979b2eed634d8523e5668a.zip |
Mention enahncements in release notes (#11006)
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index d5e6f191c1..ae76bbde5c 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,6 +83,10 @@ enhancements. Below is a list of the most notable changes:</p> <ul> + + <li><tt>Upload</tt> component now supports <tt>accept</tt> attribute.</li> + <li><tt>SerializablePredicate</tt> has new helper APIs.</li> + </ul> </p> |