From 39b230208e346f66d68715e15cc2cf327e89a0d2 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 18 Jan 2011 17:01:04 +0000 Subject: [PATCH] Mentioned #5026/#5954 svn changeset:16940/svn branch:6.5 --- WebContent/release-notes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.

This also affects most built-in validators such as IntegerValidator. -

Backwards compatible API Changes

+

Other Changes

The following backwards compatible class/method changes have been made:

@@ -81,6 +81,7 @@ contains a number of significant enhancements.

  • PasswordField has been split from TextField to a separate component. As a result, the setSecret() method in TextField has been deprecated.
  • The setSwitchMode() method in Button has been deprecated in favor of the separate CheckBox component. Remember to set CheckBox in immediate mode.
  • ItemClickSource has been renamed to ItemClickNotifier for consistency with other classes.
  • +
  • The WidgetSet updater no longer takes other GWT modules than WidgetSets into account when updating the WidgetSet.
  • Theme changes

    -- 2.39.5