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