From c54bba516584d0dfc69c07125f472d01361d778c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Patrik=20Lindstr=C3=B6m?= <99639133+thevaadinman@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:33:28 +0300 Subject: [PATCH] Update CHANGELOG-VAADIN8 for Vaadin 8.16.1 (#12547) --- CHANGELOG-VAADIN8.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md index 5f5af55fe3..c9fc8679e2 100644 --- a/CHANGELOG-VAADIN8.md +++ b/CHANGELOG-VAADIN8.md @@ -1,5 +1,12 @@ # Vaadin 8 extended maintenance version changelog +## Vaadin 8.16.1 + +* Fixed a failure-to-start condition on some server configurations (e.g. Tomcat) caused by the connector map cleanup logic change in 8.16.0 +* Updated Jetty version from 9.4.43.v20210629 to 9.4.48.v20220622 to fix a potential security issue +* Updated License Checker version to support Vaadin 8 together with the latest Vaadin Flow in MPR configurations +* Updated the license information provided by vaadin-root POM to correctly show CVDL-4 as the project license instead of Apache-2.0 + ## Vaadin 8.16.0 * Introduced Snippets feature for the RichTextArea component @@ -22,5 +29,5 @@ * Change license from Apache 2.0 to CVDLv4 * Add more intuitive resynchronization error message -* fix: Allow scrolling away from a Grid using touch -* fix: Throw exception when attempting to merge BeanPropertySets with identical keys but different value types +* Allow scrolling away from a Grid using touch +* Throw exception when attempting to merge BeanPropertySets with identical keys but different value types -- 2.39.5