From 0defe389fb2b86df0b121a43403779afa7d6e46f Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 18 Jun 2026 19:50:42 +1000 Subject: [PATCH] Docs: TINYDOC-3526 - Deleting a newline within a list item would delete the list item. --- modules/ROOT/pages/8.7.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) 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