]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update CHANGELOG-VAADIN8 for Vaadin 8.16.1 (#12547) 7.7.33 7.7.34 8.16.1
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>
Mon, 1 Aug 2022 12:33:28 +0000 (15:33 +0300)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 12:33:28 +0000 (15:33 +0300)
CHANGELOG-VAADIN8.md

index 5f5af55fe3e620ec547092287ba4dc26e19466d7..c9fc8679e2ca54126791a0133d408e10c7225268 100644 (file)
@@ -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