diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-11-16 07:56:40 +0200 |
---|---|---|
committer | caalador <mikael.grankvist@gmail.com> | 2017-11-16 07:56:40 +0200 |
commit | 5548c5bca76504e642f543b007687beefce210a3 (patch) | |
tree | 4e93700e1be2047d71b0575753ebf2cbf8dda17a | |
parent | ed57efc07e97b14ba19a60ba523328dda16ada50 (diff) | |
download | vaadin-framework-5548c5bca76504e642f543b007687beefce210a3.tar.gz vaadin-framework-5548c5bca76504e642f543b007687beefce210a3.zip |
Remove empty li element from release notes (#10326)
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index ba6a6a16f5..e051961e17 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -126,7 +126,6 @@ <li><tt>AbstractDateField</tt> is not a <tt>LegacyComponent</tt> anymore.</li> <li><tt>AbstractDateField</tt>.<tt>formatDate</tt> is now abstract.</li> <li><tt>VAbstractTextualDate</tt>.<tt>updateDateVariables()</tt> is now <tt>updateBufferedResolutions()</tt> and <tt>updateAndSendBufferedValues()</tt>.</li> - <li><tt></tt></li> <li>For <tt>GridDragStartEvent</tt> and <tt>GridDragEndEvent</tt> classes, the method <tt>getDraggedItems</tt> now returns a <tt>List</tt> instead of a <tt>Set</tt>, with the first-to-last item ordering from client side.</li> <h2>For incompatible or behavior-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> |