aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlindfors <majuli@vaadin.com>2023-09-06 15:48:15 +0300
committerGitHub <noreply@github.com>2023-09-06 15:48:15 +0300
commita1bdf764124eb29f75abfe859a24704f03f4c4bf (patch)
treee87a9513b0a6a5a23372a33a4c1bdbbadf2dbeb2
parent14506717177c35a990526f2d7b2fb23ec0258cf4 (diff)
downloadvaadin-framework-a1bdf764124eb29f75abfe859a24704f03f4c4bf.tar.gz
vaadin-framework-a1bdf764124eb29f75abfe859a24704f03f4c4bf.zip
Update CHANGELOG-VAADIN7.md (#12594)7.7.42
Added the 7.7.41 release notes to the changelog file
-rw-r--r--CHANGELOG-VAADIN7.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN7.md b/CHANGELOG-VAADIN7.md
index 412e243a40..2e8412b18f 100644
--- a/CHANGELOG-VAADIN7.md
+++ b/CHANGELOG-VAADIN7.md
@@ -1,5 +1,14 @@
# Vaadin 7 extended maintenance version changelog
+## Vaadin 7.7.41
+
+* fixed a regression which caused issues if the syncId check was disabled
+* added the possibility to reorder UIProviders
+* modified the Framework 7 project itself to compile with Java 11
+* license updated to VCL-2
+* fixed a version mismatch for the license checker being used
+* test fixes
+
## Vaadin 7.7.40
* Fixed an issue where compile-time license checking would fail on CI servers with release-only license files.