aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-09-10 11:51:44 -0700
committerJohn MacFarlane <[email protected]>2024-09-10 11:51:44 -0700
commit24e5aa658385edfc6c3ee96fd4f824e1944060c6 (patch)
treeeb669ac26f8f04541f22a9b5beb5cc82fb52869f /changelog.md
parent687155e2bd7f52f36baab0fec7230e12dafcb86f (diff)
Fix a changelog bug.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index c974e15bc..0c2495d59 100644
--- a/changelog.md
+++ b/changelog.md
@@ -61,12 +61,15 @@
converting both. We now ignore the HTML fallback span, marked
with class `katex-html`.
+ * Docx reader:
+
+ + Add "SuppressAuthor" and "AuthorOnly" to citationMode
+ when `+citations` is used (thomjur).
+
* New module: Text.Pandoc.Writers.ANSI [API change] (Evan Silberman).
* Docx writer:
- + Add "SuppressAuthor" and "AuthorOnly" to citationMode
- when `+citations` is used (thomjur).
+ Support `custom-style` attribute for docx table (Sebbones).
+ Support `--number-offsets`.
+ Make table/figure rendering sensitive to caption position settings.