aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-16 15:06:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-16 15:06:17 -0800
commitd925cd6573c343dc87396b433be1a601a5401421 (patch)
tree91cea534e1e1945e25a907c156ca179993048626 /changelog
parent62910d40ab9030d7dffd82668e02e495b1e4e687 (diff)
downloadpandoc-d925cd6573c343dc87396b433be1a601a5401421.tar.gz
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog b/changelog
index 593bbe961..394479820 100644
--- a/changelog
+++ b/changelog
@@ -47,6 +47,7 @@ pandoc (1.16)
API change: It is now `WriterOptions -> Pandoc -> IO String`.
Also handle new image attributes.
+ Add Cite style to citations (Mauro Bieg).
+ + Added figure handling (#2590, Mauro Bieg).
+ Better handling of math. Instead of just printing the raw tex,
we now try to fake it with unicode characters.