summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-05-15 17:15:34 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-05-15 17:18:04 -0600
commit5e2bb00502e77fc80688dc2072c460e56e64feca (patch)
treea5c2759e60e7566c3394ebba84ab97fc76e88114
parente9bbd53aed0e3305829370580a57e8a584b35bf4 (diff)
add entry to CHANGELOG for #4060
-rw-r--r--CHANGELOG.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 05c20ec9..34231050 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -26,6 +26,7 @@ Bug Fixes::
* Update default stylesheet to reenable styling of implicit lead role on first paragraph of preamble inside AsciiDoc table cell
* Replace numeric character reference for plus in manpage output
* Replace numeric character reference for degree sign in manpage output
+ * Convert apostrophe to the portable `\*(Aq` variable instead of the groff-specific escape `\(aq` (#4060) (*@felipec*)
// tag::compact[]
== 2.0.15 (2021-04-27) - @mojavelinux