diff options
author | Patrik Lindström <patrik@vaadin.com> | 2024-11-08 10:19:29 +0200 |
---|---|---|
committer | Patrik Lindström <patrik@vaadin.com> | 2024-11-08 10:19:29 +0200 |
commit | 64e6342d36e0274ae94e58df06ce98c55be5fc88 (patch) | |
tree | 49c7ee0c978d81d2a2bcfe834e3ff3793cee53a3 | |
parent | 45b7bb32d6d9d71366f277e0f91f9b57108765db (diff) | |
download | vaadin-framework-8.14.tar.gz vaadin-framework-8.14.zip |
-rw-r--r-- | all/src/main/templates/release-notes.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index e7d332458f..ce7212cdd9 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,10 +83,14 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>Reworked and cleaned up client-side TabSheet and Accordion</li> - </ul> - - </p> + <li>Updated POMs to use HTTPS URLs instead of HTTP</li> + <li>Updated Atmosphere version for security</li> + <li>Updated commons-io, commons-cli, commons-codec and hsqldb to latest stable versions</li> + <li>Updated animal sniffer for build stability</li> + <li>Introduced Maven Flatten plugin for cleaner shipped POMs</li> + <li>Added a development-time warning message to the logs to notify users that this is an + unmaintained release.</li> + </ul> <p> For enhancements introduced in Vaadin Framework 8.13, see the <a |