aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2022-08-01 15:33:28 +0300
committerGitHub <noreply@github.com>2022-08-01 15:33:28 +0300
commitc54bba516584d0dfc69c07125f472d01361d778c (patch)
tree688aee66261a3555ab844cf8434e93d412fd022b
parentb0b62770822c422b99b6f245d84017b99793cea7 (diff)
downloadvaadin-framework-c54bba516584d0dfc69c07125f472d01361d778c.tar.gz
vaadin-framework-c54bba516584d0dfc69c07125f472d01361d778c.zip
Update CHANGELOG-VAADIN8 for Vaadin 8.16.1 (#12547)8.16.17.7.347.7.33
-rw-r--r--CHANGELOG-VAADIN8.md11
1 files 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