diff options
-rw-r--r-- | all/src/main/templates/release-notes.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 95a6105ea9..16494437f7 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -101,9 +101,8 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> - <li><tt>AbstractSingleSelect</tt> communication has been partially re-written. Some <tt>protected</tt> API was removed.</li> + <li><tt>AbstractSingleSelect</tt> communication has been partially re-written to fix bugs related to selected item updates. That caused removal of some broken <tt>protected</tt> API.</li> <li><tt>setStyleName(String, boolean)</tt> has been moved from <tt>AbstractComponent</tt> to <tt>Component</tt> interface as a default method.</li> - <li><tt>Window</tt> closing animation disabled by default.</li> <li><tt>FileTypeResolver</tt> icon features have been moved to a compatibility version of the class.</li> <h2>For incompatible or behavior-altering changes in 8.4, please see <a href="https://vaadin.com/download/release/8.4/8.4.0/release-notes.html#incompatible">8.4 release notes</a></h2> |