summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-10-26 23:53:15 -0600
committerGitHub <noreply@github.com>2019-10-26 23:53:15 -0600
commit1e210fa69405e39fc19bb1e974d3c0e0b18db81d (patch)
treeb8b963c74a86ee9cccf74c34b86c0acef0152d37 /CHANGELOG.adoc
parent49387c5035b375757579faccd2c32b56670b8cee (diff)
resolves #1348 don't duplicate first section in outline if doctitle is not set (PR #1350)
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 73e88d81..0e0116b7 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -9,6 +9,8 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* fix value of implicit page-count attribute when page numbering and running content don't start on same page (#1334)
* fix value of implicit chapter-title attribute on preface pages (#1340)
+* show value of untitled-label attribute in outline if doctitle is not set (#1348)
+* don't show entry for doctitle in outline if doctitle is not set and untitled-label attribute is unset (#1348)
* allow elements on title page to be disabled from theme using display: none (#1346)
* set chapter-title attribute to value of toc-title attribute on toc pages in book (#1338)
* set section-title attribute to value of toc-title attribute on toc pages in article if page has no other sections (#1338)