diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-10-04 06:19:49 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-10-04 06:19:49 +0000 |
commit | bd9fb1567f27784a28357e086e35849ada5d9972 (patch) | |
tree | 5b306413d77e776c836ac56a2326f6e6c4b9c950 /WebContent/release-notes.html | |
parent | 85692a315ada965f2a7f35b6558cd5d78f8ae28d (diff) | |
download | vaadin-framework-bd9fb1567f27784a28357e086e35849ada5d9972.tar.gz vaadin-framework-bd9fb1567f27784a28357e086e35849ada5d9972.zip |
Added mention of form DOM update in release notes
svn changeset:21535/svn branch:6.7
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ba683ca18b..dbded6c9b6 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -316,6 +316,8 @@ </p> <p>If you have been using SQLContainer, TreeTable or Chameleon Theme as add-ons, remove the add-on jars from the project.</p> + <p>The DOM structure of Forms without descriptions has changed, which means + that any TestBench scripts testing this kind of Form need to be updated.</p> <h2 id="dependencies">Vaadin @version@ dependencies</h2> Vaadin uses GWT @gwt-version@ for widget set compilation. GWT can be |