From 0257346652f69e0c5c476c45890694c3e02ce02f Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 20 Jul 2021 22:44:44 -0600 Subject: [PATCH] add another reference for #1735 in CHANGELOG and link to #1949 [skip ci] --- CHANGELOG.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index cad306d61..3bae6c716 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -138,6 +138,7 @@ Bug Fixes:: * respect hyphenation exceptions when word is adjacent to non-word character (#1715) * fix crash when TOC is enabled and index is empty * align TOC section properly when index exceeds one page and section_indent is positive (#1735) +* fix left margin drift when indentation is active across a page break (#1735, #1949) * render image at end of section title in corresponding toc entry (#1752) * allow inline image to be enclosed in link macro (alt text was breaking parsing) * prevent inline image from rendering multiple times if fallback font is used for alt text (#1858)