Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ The following premium plugin updates were released alongside {productname} {rele

// CCFR here.

=== Deleting a newline within a list item would delete the list item.
// #TINYMCE-13292

Previously, pressing `Backspace` to delete a newline (`<br>`) inside an otherwise empty list item removed the entire list item instead of only the newline. The issue affected lists created with `Shift + Enter`, including nested lists, and deleted content without warning.

In {productname} {release-version}, `Backspace` removes only the newline and leaves the empty list item in place.


[[security-fixes]]
== Security fixes
Expand Down
Loading