diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..592afa707e 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -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 (`
`) 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