aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 18666ab01..fb94d0c96 100644
--- a/changelog.md
+++ b/changelog.md
@@ -78,6 +78,9 @@
- Slightly reduced space after title header.
- Add CSS example to MANUAL
+ * man template: Change comment that triggers `tbl` from
+ `.\"t` to `'\" t`, as specified in groff_man(7) (#6803).
+
* Use latest commonmark, commonmark-extensions.
This fixes a bug with nested blocks in footnotes with the
`footnote` extension to `commonmark`. See jgm/commonmark-hs#63.