summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-11-26 13:31:46 -0700
committerGitHub <noreply@github.com>2023-11-26 13:31:46 -0700
commit45a8c31aea6607775fd6a52b75f8f8bfbf05b1e8 (patch)
tree6bb2f72aeca6d0179d41ebbecff2bd593936b326 /CHANGELOG.adoc
parentd7a6d7b7c725607df2b96663486c278ca01dc0c8 (diff)
resolves #3652 honor secondary and tertiary terms on indexterm macro when primary term is quoted and contains = (PR #4511)
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 259d21d3..9b53b376 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -73,6 +73,7 @@ Bug Fixes::
* Preserve paragraph breaks in normal table cell in manpage output (#4481)
* Style cells in head row as bold in manpage output (#4490)
* Escape spaces in include target (using inline passthrough) when generating link from include directive (#4461)
+ * Honor secondary and tertiary terms on `indexterm` macro when primary term is quoted and contains an equals sign (#3652)
== 2.0.20 (2023-05-18) - @mojavelinux