From 4dd2d63d9bd6755581529d8e1045480286239240 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:40:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209aba53..b7c7a039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,6 @@ displaying tags for novel documents on the user interface. documents, and in previews. Issue #2410. PR #2411. * Fixed an issue where titles with line breaks in them would have page breaks applied to both lines for preview and PDF documents. Issue #2415. PR #2416. -* When comments are enabled in the viewer, story comments should also be visible. A separate filter - button will be added for this in 2.8. PR #2420. * Fixed an issue where the justified text setting would not be properly applied to a paragraph in a manuscript document if there was a line break in the paragraph, but single line breaks were set to be ignored. Issue #2426. PR #2427. @@ -26,6 +24,8 @@ displaying tags for novel documents on the user interface. **Improvements** +* When comments are enabled in the viewer, story comments should also be visible. A separate filter + button will be added for this in 2.8. PR #2420. * When a paragraph has line breaks in it, the alignment tag will now override first line indentation even if the alignment tag is not on the first line. This is more consistent with the alignment behaviour for multi-line paragraphs in general. Issue #2425. PR #2427.