diff options
-rw-r--r-- | WebContent/release-notes.html | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ef27d8de8c..64243f50f3 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -71,7 +71,7 @@ </p> <!-- ================================================================ --> - <h3 id="enhancements">Enhancements in Vaadin @version-minor@</h2> + <h3 id="enhancements">Enhancements in Vaadin @version-minor@</h3> <ul> <li> @@ -94,7 +94,6 @@ <li> <p>Keyboard navigation in <b>TabSheet</b> (<a href="http://dev.vaadin.com/ticket/5100">#5100</a>)</p> </li> - <li> <p>Max/min limits for splitter position in <b>SplitPanel</b> (<a href="http://dev.vaadin.com/ticket/1744">#1744</a>)</p> </li> @@ -102,20 +101,18 @@ <p>Extended day range in month view to six full weeks in <b>DateField</b> (<a href="http://dev.vaadin.com/ticket/6718">#6718</a>)</p> </li> <li> - <p>Uncollapseable <b>Table</b> columns (<a href="http://dev.vaadin.com/ticket/7495">#7495</a>)</p> + <p>Non-collapsible <b>Table</b> columns (<a href="http://dev.vaadin.com/ticket/7495">#7495</a>)</p> </li> <li> <p>Debug IDs unique to a window (<a href="http://dev.vaadin.com/ticket/5109">#5109</a>)</p> </li> - </ul> - - <p> - Also note: - </p> - - <ul> <li> - <p>A separate add-on will be released for handling broken classloaders (<a href="http://dev.vaadin.com/ticket/8447">#8447</a>)</p> + <p>An add-on for handling broken classloaders (<a href="http://dev.vaadin.com/ticket/8447">#8447</a>)</p> + <ul> + <li> + <p>Available in Vaadin Directory: <a href="http://vaadin.com/addon/vaadin-application-server-class-loader-workaround">Vaadin-application-server-class-loader-workaround</a></p> + </li> + </ul> </li> </ul> @@ -123,14 +120,14 @@ <!-- <h3 id="backwardsincompatibilities">Backwards incompatible changes in Vaadin - @version-minor@</h2> + @version-minor@</h3> <p><i>-- To be done --</i></p> --> <!-- <h2 id="security-fixes">Security fixes in Vaadin @version-minor@</h2>--> <!-- ================================================================ --> - <h3 id="changes">Changes in Vaadin @version@</h2> + <h3 id="changes">Changes in Vaadin @version@</h3> <p> This release includes the following changes: @@ -191,7 +188,7 @@ </p> <!-- ================================================================ --> - <h3 id="overview">Package Contents</h2> + <h3 id="overview">Package Contents</h3> <p> Vaadin Framework is distributed as a single JAR file. Inside the JAR you will @@ -208,7 +205,7 @@ </ul> <!-- ================================================================ --> - <h3 id="dependencies">Vaadin @version@ dependencies</h2> + <h3 id="dependencies">Vaadin @version@ dependencies</h3> <p> Vaadin uses GWT @gwt-version@ for widget set compilation. GWT can be |