summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-11-26 13:20:11 -0700
committerGitHub <noreply@github.com>2023-11-26 13:20:11 -0700
commitd7a6d7b7c725607df2b96663486c278ca01dc0c8 (patch)
treebb337e06cc35b876468e3b5a8ba597bb00596039 /CHANGELOG.adoc
parentf1acb3dafbcb7834cc0e6e00f8634f609ff42402 (diff)
resolves #4490 style cells in head row as bold in manpage output (PR #4491)
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 45dcb522..259d21d3 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -71,6 +71,7 @@ Bug Fixes::
* Nested dlist attached using list continuation should not consume detached paragraph (#3535)
* 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)
== 2.0.20 (2023-05-18) - @mojavelinux