summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-27 18:11:04 -0600
committerGitHub <noreply@github.com>2022-04-27 18:11:04 -0600
commitf1c34a7dcf16d45e5e508a664ff9f80a0152f77a (patch)
tree4b195869cff42794e0fe2f577ebc0f15ad5aa0a4 /CHANGELOG.adoc
parentf8db3dc7e7b211c60d2ac1bc619f58fdafb99d08 (diff)
resolves #1213 allow imported page to be referenced from TOC by enclosing in section with notitle option (PR #2091)
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 6d844220..01ec5ea6 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -17,6 +17,7 @@ Enhancements::
* add `asciidoctor/pdf/nogmagick` script to prevent Gmagick from handling PNG images (#1687)
* change name of `untitled` option on special section to `notitle`
* allow the title of any section to be hidden using the `notitle` option
+* allow imported PDF page to be referenced in TOC by enclosing in parent section with `notitle` option (#1213)
Bug Fixes::