diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-11-08 10:53:14 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-11-08 10:53:14 +0000 |
commit | a752bb5e03a424b8ad6e50bdda8d6944dd662c91 (patch) | |
tree | 0c6cbd9da4c69726c0e0226561923bacfafa83d7 /WebContent | |
parent | 8abcb9e8374b526ae4dc5a1882a500540af97230 (diff) | |
download | vaadin-framework-a752bb5e03a424b8ad6e50bdda8d6944dd662c91.tar.gz vaadin-framework-a752bb5e03a424b8ad6e50bdda8d6944dd662c91.zip |
Release notes mention for #5954 - ClassPathExplorer.searchForPaintables should only search Vaadin add-on jars
svn changeset:15908/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index bbfef27c23..1bbcd1e4ba 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -45,6 +45,7 @@ contains a number of significant enhancements.</p> </li> <li>ItemClickSource has been renamed to ItemClickNotifier for consistency with other classes.</li> <li>GWT has been updated to version 2.1.0</li> + <li>Widgetset builder has been optimized to only look for paintables in Vaadin add-on jars (containing an add-on manifest). If you are packaging your own widgets into jar file, ensure they also contain the <a href="http://dev.vaadin.com/wiki/VaadinAddon">Vaadin add-on manifest</a>.</li> </ul> <h3>Backward Incompatible API Changes</h3> |