diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-05-03 10:03:35 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-05-03 10:03:35 +0300 |
commit | fbb0da7b88f1828030e105929ee0fcd9e9dba83b (patch) | |
tree | 4acdf658e92c5e013a8f32798aa77841dfd387ea /WebContent/release-notes.html | |
parent | 05ede5caa813203402ca78ecbbbce4e7def76d72 (diff) | |
download | vaadin-framework-fbb0da7b88f1828030e105929ee0fcd9e9dba83b.tar.gz vaadin-framework-fbb0da7b88f1828030e105929ee0fcd9e9dba83b.zip |
Mention asserts and experimental plugin in release notes (#11530)
Change-Id: I25ee810c72ba32e8087f0da6ca3b72575505740d
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ed194e05c9..eef0b1de0c 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -90,6 +90,7 @@ <li>Native support for Internet Explorer 10</li> <li>Many locking fixes</li> + <li>Java <tt>assert</tt> statements added to critical code sections. Start JVM with <tt>-ea</tt> to use.</li> </ul> <p> @@ -144,7 +145,8 @@ of this release) to create a new project</li> <li>If using Eclipse, use the Vaadin Plugin for Eclipse, which automatically - downloads the Vaadin libraries</li> + downloads the Vaadin libraries. To use this prerelease version, the plugin should be + installed from the experimental update site (<tt>http://vaadin.com/eclipse/experimental</tt>).</li> </ul> <p> |