From: Marko Grönroos Date: Mon, 21 Jun 2010 09:13:04 +0000 (+0000) Subject: Mentioned how to properly define extension of DefaultWidgetSet in .gwt.xml. X-Git-Tag: 6.7.0.beta1~1557 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fe715456d191e5f98d570f114117ff7406cd27f5;p=vaadin-framework.git Mentioned how to properly define extension of DefaultWidgetSet in .gwt.xml. svn changeset:13804/svn branch:6.4 --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 6cf0858869..680d01c48f 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -1,19 +1,20 @@ - + - - -Vaadin 6 - - - - + + @@ -52,7 +53,21 @@ contains a number of significant enhancements.

-
  • Possibility for lazy loading of client-side components (aka GWT code splitting), which speeds up load times; see more details

  • +
  • Possibility for lazy loading of client-side components (aka GWT code splitting), which speeds up load times; see more details

    + + + +
  • HTTP-level tester compatibility (JMeter, etc)