aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-20 23:14:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-20 23:15:04 -0800
commitb629bda6d538d8ffe2b6565fe6c507b1ae79e92d (patch)
tree9421ec94c7725e76d09dcb56ee7a2a20cee8b2af /changelog.md
parentf1ce1cc891fe6cdef44e25318b90f8cf942fa632 (diff)
downloadpandoc-b629bda6d538d8ffe2b6565fe6c507b1ae79e92d.tar.gz
More changelog edits
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index 090f0bd6e..204996bc9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
# Revision history for pandoc
-## pandoc 2.16.2 PROVISIONAL (DATE)
+## pandoc 2.16.2 (2021-11-21)
* Add interface for custom readers written in Lua (#7669).
Users can now do `-f myreader.lua` and pandoc will treat the
@@ -16,7 +16,7 @@
* Accept empty `--metadata-file` (#7675).
This was a regression from 2.15 behavior.
- * Markdown reader: Improve inlinesInBalancedBrackets.
+ * Markdown reader: Improve `inlinesInBalancedBrackets`.
This is just a small improvement in terms of performance, but it's simpler
and more direct code. Also, we avoid parsing interparagraph spaces in
balanced brackets, as the original did.
@@ -72,7 +72,7 @@
+ With `-t latex-smart`, don't generate `\ldots` from ellipsis (#7674).
Instead just use unicode ellipsis.
- * JATS template: fix equal-contrib attribute (Albert Krewinkel).
+ * JATS template: fix `equal-contrib` attribute (Albert Krewinkel).
The standard requires the value to be either `yes` or `no`, but is was
set to `true` for authors who contributed equally.
@@ -160,7 +160,7 @@
* MANUAL.txt: update table of exit codes and corresponding errors
(Albert Krewinkel).
- * Use released texmath.
+ * Use latest texmath.
## pandoc 2.16.1 (2021-11-02)