]> source.dussan.org Git - vaadin-framework.git/commitdiff
Joined backwards incompatibility sections
authorArtur Signell <artur.signell@itmill.com>
Fri, 10 Dec 2010 11:08:50 +0000 (11:08 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 10 Dec 2010 11:08:50 +0000 (11:08 +0000)
svn changeset:16442/svn branch:6.5

WebContent/release-notes.html

index e0bd240f24cbb2a4c6c5905f4489ca3df1a662fe..006ff879c5135a077dcd70dfac39f08b4189fcc4 100644 (file)
@@ -57,6 +57,7 @@ contains a number of significant enhancements.</p>
   <li>Window.removeWindow(Window) now triggers window close listeners also when called explicitly.
       See <a href="http://dev.vaadin.com/ticket/3865">#3865</a> for more info.
   </li>
+  <li>RichTextArea no longer extends TextField as it cannot implement (and never has) a large part of the TextField API.</li>
 </ul>
 
 <ul>
@@ -76,12 +77,6 @@ contains a number of significant enhancements.</p>
   <li>ItemClickSource has been renamed to ItemClickNotifier for consistency with other classes.</li>
 </ul>
 
-<p>The following backwards incompatible class/method changes have been made:</p>
-
-<ul>
-  <li>RichTextArea no longer extends TextField as it cannot implement a large part of the TextField API.</li>
-</ul>
-
 <h3>Theme changes</h3>
 
 <p>The following changes have to be made to themes created for earlier versions of Vaadin in order for them to work correctly with Vaadin @version@:</p>