diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-12-03 09:55:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 09:55:49 +0200 |
commit | 0ec7644f1e46a4141269bb5fbed19391737cd002 (patch) | |
tree | 177c275d8aecbd34e19a14f0764272cd2d7cb268 | |
parent | ac65bc7516992e60d928cc446c0f47252b34a89b (diff) | |
download | vaadin-framework-0ec7644f1e46a4141269bb5fbed19391737cd002.tar.gz vaadin-framework-0ec7644f1e46a4141269bb5fbed19391737cd002.zip |
Update release note for maintenance8.12.1
-rw-r--r-- | all/src/main/templates/release-notes.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 405ab04525..c29b67d650 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -59,8 +59,8 @@ <p> Vaadin Framework @version@ is a -<!-- maintenance release that includes a number of bug fixes, as listed in the <a href="#changelog">change log</a> below. --> - feature release that includes + maintenance release that includes a number of bug fixes, as listed in the <a href="#changelog">change log</a> below. +<!-- feature release that includes --> <!-- pre-release for evaluating --> a number of new features and bug fixes, as listed in the <a href="#enhancements">list of enhancements</a> and <a @@ -94,15 +94,6 @@ <li>Added missing MIME types to <tt>FileTypeResolver</tt></li> </ul> - <h3>Bug fixes</h3> - - <ul> - <li>Bump JUnit from 4.12 to 4.13.1 to avoid false positive security alerts</li> - <li>Take border into account in Grid editor position when it opens upwards</li> - <li>Log informative message instead of failing with ClassCastException when polling an obsolete resource</li> - <li>When a Grid gets scroll-locked, cancel the scrollInProgress handler</li> - </ul> - </p> <p> |