Index: WebContent/release-notes.html
===================================================================
--- WebContent/release-notes.html	(revision 1606417b0b2907aed253913e3f45b56ea7e838e9)
+++ WebContent/release-notes.html	(revision 0a8b782a16ffa479fb19015f51a5b1d90fb17461)
@@ -54,5 +54,5 @@
 
 <ul>
-  <li>Table.setColumnCollapsed throws IllegalStateException instead of IllegalAccessException is collapsing is not allowed.</li>
+  <li>Table.setColumnCollapsed throws IllegalStateException instead of IllegalAccessException if collapsing is not allowed.</li>
   <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.
@@ -65,4 +65,14 @@
 </ul>
 
+<h3>Backwards compatible API Changes</h3>
+
+<p>The following backwards compatible class/method changes have been:</p>
+
+<ul>
+  <li>SplitPanel has been deprecated in favor of VerticalSplitPanel and HorizontalSplitPanel.</li>
+  <li>PasswordField has been split from TextField to a separate component. As a result TextField.setSecret has been deprecated.</li>
+  <li>TextArea has been split from TextField to a separate component. As a result TextField.setRows has been deprecated.</li>
+</ul>
+
 <h3>Theme changes</h3>
 
@@ -71,5 +81,5 @@
 <ul>
 	<li>Due to the fixes for tickets <a href="http://dev.vaadin.com/ticket/5066">#5066</a> and <a href="http://dev.vaadin.com/ticket/2681">#2681</a>,
-		the Table component has a slightly changed DOM structure in it's header.'</li>
+		the Table component has a slightly changed DOM structure in it's header.</li>
 	<ul>
 		<li>The sort indicator (arrow icon) has been moved from being the background of the "caption container" DIV, to it's very own DIV. This DIV
