From: Henri Sara Date: Fri, 18 Dec 2009 09:23:54 +0000 (+0000) Subject: Minor corrections to release notes X-Git-Tag: 6.7.0.beta1~2103 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d776fcff8caf5c39b809b9fd6d38af5442864b21;p=vaadin-framework.git Minor corrections to release notes svn changeset:10419/svn branch:6.2 --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 0672acaf21..a0d5bf20b3 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -45,7 +45,7 @@ contains a number of significant enhancements.

  • A widget set definition class is no longer used. Java code needed for widget instantiation and client-server mapping is automatically generated by GWT - compiler. For common Vaadin user, Widgetset is now only a GWT module definition + compiler. For a common Vaadin user, Widgetset is now only a GWT module definition file (.gwt.xml).
  • Server-side component is mapped to a client-side widget with an annotation: @@ -71,10 +71,10 @@ public class ColorPicker extends AbstractField {