Skip to content

Commit 16a7689

Browse files
Update modules/ROOT/pages/8.1.0-release-notes.adoc
Co-authored-by: Shan <[email protected]>
1 parent 6a23683 commit 16a7689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/8.1.0-release-notes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ The {productname} {release-version} release includes an accompanying release of
6464
=== Empty editor operations sometimes showed as modified instead of added/removed
6565
// #TINY-12273
6666

67-
Previously empty editor operations were sometimes incorrectly displayed as modifications instead of insertions or removals. This behavior caused confusion, as an editor that appeared empty could still show a “modified” state.
67+
Previously empty editor operations were sometimes incorrectly displayed as modifications instead of additions or removals. This behavior caused confusion, as an editor that appeared empty could still show a “modified” state.
6868

69-
To resolve this, empty content is no longer sent. When the editor is empty or becomes empty, the entire state is now correctly represented as inserted or removed. This improvement ensures that change tracking is clearer and more accurate, reducing confusion when editors contain no content.
69+
To resolve this, empty content is no longer sent. When the editor is empty or becomes empty, the entire state is now correctly represented as added or removed. This improvement ensures that change tracking is clearer and more accurate, reducing confusion when editors contain no content.
7070

7171
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
7272

0 commit comments

Comments
 (0)