aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2023-05-12 17:57:44 +0300
committerGitHub <noreply@github.com>2023-05-12 17:57:44 +0300
commitd49cde32b148e3374bc8dfafd46c39f537fa4567 (patch)
treee0c440156e1a57755f31c322d9b62e0fe873a30b
parent9706446bf71426881e68dbd10022c385ca171c24 (diff)
downloadvaadin-framework-d49cde32b148e3374bc8dfafd46c39f537fa4567.tar.gz
vaadin-framework-d49cde32b148e3374bc8dfafd46c39f537fa4567.zip
Update CHANGELOG-VAADIN8.md (#12585)8.20.27.7.39
-rw-r--r--CHANGELOG-VAADIN8.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md
index dfd22e7fc2..4b5d0f7c29 100644
--- a/CHANGELOG-VAADIN8.md
+++ b/CHANGELOG-VAADIN8.md
@@ -1,5 +1,10 @@
# Vaadin 8 extended maintenance version changelog
+## Vaadin 8.20.2
+
+* Removed mentions of NetBeans Plugin, since it has not been maintained and is no longer usable in modern versions of NetBeans. Usage of NetBeans for Vaadin development is still possible, but it is not explicitly supported through a special plugin.
+* Improved build system; maven-flatten-plugin is now correctly invoked and build system related version numbers were bumped. This change should not affect users.
+
## Vaadin 8.20.1
* Fixed a bug in TwinColSelect, which caused incorrect layouting on Firefox on some platforms. The issue was similar to the problem discussed in [#9175](https://github.com/vaadin/framework/issues/9175)