summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-06-22 23:54:31 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-06-22 23:55:55 -0600
commitf8517093da973f5bd7eeb0045fbed7bb32d15d92 (patch)
tree7fcfc578f5c6af834eba8b3ef90504b920d30c20 /CHANGELOG.adoc
parentf1a2cda854779e37259a57f2aa8aff06ad98e225 (diff)
backport fix for #2430 remove null character enclosed by XML tag when sanitizing text
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 fe9d8be2..0571ac6b 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -9,6 +9,7 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
Bug Fixes::
+* remove null character enclosed in XML tag when santizing text; fixes invisible text in outline when heading contains index term (#2430)
* alias `File.exists?` to `File.exist?` when loading RGhost optimizer to patch incompatibility when using Ruby 3.2
Build / Infrastructure::