summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/release-notes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 8f6066000d..8e65d21033 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -72,6 +72,8 @@ contains a number of significant enhancements.</p>
<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>
+ <li>RichTextArea no longer extends TextField as it cannot implement a large part of the TextField API.</li>
+ <li>Button.setSwitchMode has been deprecated in favor of CheckBox.</li>
</ul>
<h3>Theme changes</h3>