summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-01-18 17:01:04 +0000
committerArtur Signell <artur.signell@itmill.com>2011-01-18 17:01:04 +0000
commit39b230208e346f66d68715e15cc2cf327e89a0d2 (patch)
tree02c4fd75bda987310e88043a5ee205f20af126bc /WebContent
parent2a9b0a8e33312b5e74ad0abdbce7f7d70e92c136 (diff)
downloadvaadin-framework-39b230208e346f66d68715e15cc2cf327e89a0d2.tar.gz
vaadin-framework-39b230208e346f66d68715e15cc2cf327e89a0d2.zip
Mentioned #5026/#5954
svn changeset:16940/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/release-notes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 2922c0bc98..7abe08e9b4 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -71,7 +71,7 @@ contains a number of significant enhancements.</p>
This also affects most built-in validators such as <b>IntegerValidator</b>.</li>
</ul>
-<h3>Backwards compatible API Changes</h3>
+<h3>Other Changes</h3>
<p>The following backwards compatible class/method changes have been made:</p>
@@ -81,6 +81,7 @@ contains a number of significant enhancements.</p>
<li><b>PasswordField</b> has been split from <b>TextField</b> to a separate component. As a result, the <tt>setSecret()</tt> method in <b>TextField</b> has been deprecated.</li>
<li>The <tt>setSwitchMode()</tt> method in <b>Button</b> has been deprecated in favor of the separate <b>CheckBox</b> component. Remember to set <b>CheckBox</b> in immediate mode.</li>
<li><b>ItemClickSource</b> has been renamed to <b>ItemClickNotifier</b> for consistency with other classes.</li>
+ <li>The WidgetSet updater no longer takes other GWT modules than WidgetSets into account when updating the WidgetSet.</li>
</ul>
<h3>Theme changes</h3>