summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-05-16 19:10:35 -0400
committerGitHub <noreply@github.com>2024-05-16 17:10:35 -0600
commitbd84a0cc736de344768f93cc0932cefb1dbbadc9 (patch)
tree2607b2bde6d55cd86127d3d174a611b8c16b10a2 /CHANGELOG.adoc
parentad827b14e2ce3057a5c9e03d1dab50470d0d0eb1 (diff)
resolves #3583 preserve repeating spaces in verbatim content in manpage output (PR #4592)
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 bb5dafd9..1ef4e1ff 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -75,6 +75,7 @@ Bug Fixes::
* Don't crash when parsing xref shorthand if target starts with URL protocol and text is offset by space (#4570)
* Only drop current row if colspan of last cell exceeds specified number of columns (#4587)
* Drop last row if colspan of last cell in table exceeds specified number of columns (#4587)
+ * Preserve repeating spaces in verbatim content in manpage output (#3583)
== 2.0.22 (2024-03-08) - @mojavelinux