aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-31 09:58:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-31 09:58:39 -0700
commita99269eef0bb29b86610eba1b3497077bbe04849 (patch)
treeba56d4823e020e13d138d50d75e4491aa14bd353 /changelog.md
parentd4058468735f6acb7badbb09e682f454b4763768 (diff)
downloadpandoc-a99269eef0bb29b86610eba1b3497077bbe04849.tar.gz
Update changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 4f103c9ae..4c2207aca 100644
--- a/changelog.md
+++ b/changelog.md
@@ -60,6 +60,8 @@
+ Fix a copy/paste bug in Lua marshalling code (John MacFarlane, #7639).
This caused links to be changed to figures when Lua filters changed
link properties.
+ + Re-add `content` property to Link elements (#7647).
+ This was a regression introduced in version 2.15.
+ Generate constants in module pandoc programmatically.
+ Marshal SimpleTable, ListAttributes, Citation, and Block values as
userdata objects. Properties of Block values are marshalled lazily,