Skip to content
Merged
Show file tree
Hide file tree
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
Empty file.
Empty file.
4 changes: 3 additions & 1 deletion modules/ROOT/pages/8.0.2-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ The {productname} {release-version} release includes an accompanying release of
==== HTML comments were not tracked correctly.
// TINY-12544

//CCFR here.
Previously, pagebreak separators defined as HTML comments (e.g., `+<!-- pagebreak -->+`) were not detected by the suggested edit system. This meant that insertions or deletions of these separators were not displayed as edits, making it difficult for reviewers to identify structural changes.

{productname} {release-version} now tracks pagebreak elements defined via HTML comments. When editors insert or delete `+<!-- pagebreak -->+` markers, these changes appear in the Review Edits view, ensuring reviewers have full visibility of all document structure modifications.

==== Elements with no visible height were not displaying in the Review Edits view.
// TINY-12257
Expand Down
Empty file.