diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2022-06-09 12:59:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 12:59:20 +0300 |
commit | c429723a4ab36d2db0b2551812198b631c9f4a8d (patch) | |
tree | be9bfcc3ce4e58f705279ccc061ed4f718a194b7 | |
parent | f0a467e72b472485404d6b5881ecb74875b71862 (diff) | |
download | vaadin-framework-c429723a4ab36d2db0b2551812198b631c9f4a8d.tar.gz vaadin-framework-c429723a4ab36d2db0b2551812198b631c9f4a8d.zip |
Update CHANGELOG-VAADIN8.md (#12539)
-rw-r--r-- | CHANGELOG-VAADIN8.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md index 422a363947..15599758fb 100644 --- a/CHANGELOG-VAADIN8.md +++ b/CHANGELOG-VAADIN8.md @@ -1,5 +1,10 @@ # Vaadin 8 extended maintenance version changelog +## Vaadin 8.15.2 + +* Added support for Liferay kernel versions up to 49 +* Changed all resources to use Object.class as interface type to support OSGi Portlets on Liferay CE 7.3.6 GA7 or later (#12504) + ## Vaadin 8.15.1 * Fixed an issue where Grid was moving focus away from external input controls when the datasource contents were updated |