summaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
authorJohn Alhroos <john.ahlroos@itmill.com>2011-06-15 06:54:11 +0000
committerJohn Alhroos <john.ahlroos@itmill.com>2011-06-15 06:54:11 +0000
commiteb5b2ba13cc288ad0438764a0f21822716d5ffce (patch)
treeb884d2c470d14faae914c27a8d1d1502541bed1e /WebContent/release-notes.html
parentac0f6cc21671f07d05949f2d2e81e70f2c7a4b15 (diff)
downloadvaadin-framework-eb5b2ba13cc288ad0438764a0f21822716d5ffce.tar.gz
vaadin-framework-eb5b2ba13cc288ad0438764a0f21822716d5ffce.zip
Updated the release notes #7120
svn changeset:19380/svn branch:6.6
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index adf58da5d8..53de654629 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -32,15 +32,16 @@
<ul>
<li><a href="#overview">Overview</a></li>
+ <li><a href="#widgetupgrade">Upgrading from Vaadin 6.0 or 6.1</a></li>
<li><a href="#upgrading">General Upgrade Instructions</a></li>
+ <li><a href="#gae">Notes and Limitations for Google App Engine</a></li>
<li><a href="#known-problems">Important known problems in Vaadin @version@</a></li>
<li><a href="#requirements">Requirements</a></li>
</ul>
-<p>Vaadin @version@ is an update release for Vaadin Framework 6. In addition to various fixes, it
-contains a number of significant enhancements.</p>
+<p>Vaadin @version@ is a maintenance release for Vaadin Framework 6.6. It contains several important fixes.</p>
-<h3>Enhancements</h3>
+<h3>Enhancements in Vaadin Framework 6.6</h3>
<p>General enhancements:</p>
@@ -82,7 +83,7 @@ contains a number of significant enhancements.</p>
<li>Server communication methods in <b>ApplicationConnection</b> can now be overridden (<a href="http://dev.vaadin.com/ticket/6885">#6885</a>)</li>
</ul>
-<h3>Backward-Incompatible Changes</h3>
+<h3>Backward-Incompatible Changes in Vaadin Framework 6.6</h3>
<ul>
<li>The <tt>addContainerFilter()</tt> in <b>Container.Filterable</b> no longer accepts a filter string as a parameter, but a <b>Filter</b> object. You can use <tt>addContainerFilter(new SimpleStringFilter(...))</tt> to get the same functionality of the old method.</li>