summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Åstrand <legioth@gmail.com>2017-04-18 15:43:46 +0300
committerGitHub <noreply@github.com>2017-04-18 15:43:46 +0300
commit28f4e6478351eda45bf40a7cc241f124f49cbf63 (patch)
tree74fce307fa08f1c97977e3c9ce474b089b35d7f2
parenta5b1741e47ab682963d8bd0c205c273a49dd2243 (diff)
downloadvaadin-framework-28f4e6478351eda45bf40a7cc241f124f49cbf63.tar.gz
vaadin-framework-28f4e6478351eda45bf40a7cc241f124f49cbf63.zip
Mention non-compatibility renames in migration instructions (#9097)
-rw-r--r--all/src/main/templates/release-notes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 95d1c37acc..fcd86bce6a 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -241,7 +241,10 @@
vaadin-server, vaadin-shared etc. The package
vaadin-compatibility-client-compiled contains the widgetset
<tt>com.vaadin.v7.Vaadin7WidgetSet</tt> which can be used instead of
- <tt>DefaultWidgetSet</tt>.
+ <tt>DefaultWidgetSet</tt>. Please note that the rename to com.vaadin.v7
+ has only been applied to classes that are only relevant for the
+ compatibility modules. Some classes have also been renamed while still
+ being part of the non-compatibility modules.
</p>
<p>
All applications using either <tt>Reindeer</tt>, <tt>Runo</tt>, <tt>Chameleon</tt> or <tt>Base</tt> theme must include the <tt>vaadin-compability-themes</tt> package.