Skip to content

Commit b629bda

Browse files
committed
More changelog edits
1 parent f1ce1cc commit b629bda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for pandoc
22

3-
## pandoc 2.16.2 PROVISIONAL (DATE)
3+
## pandoc 2.16.2 (2021-11-21)
44

55
* Add interface for custom readers written in Lua (#7669).
66
Users can now do `-f myreader.lua` and pandoc will treat the
@@ -16,7 +16,7 @@
1616
* Accept empty `--metadata-file` (#7675).
1717
This was a regression from 2.15 behavior.
1818

19-
* Markdown reader: Improve inlinesInBalancedBrackets.
19+
* Markdown reader: Improve `inlinesInBalancedBrackets`.
2020
This is just a small improvement in terms of performance, but it's simpler
2121
and more direct code. Also, we avoid parsing interparagraph spaces in
2222
balanced brackets, as the original did.
@@ -72,7 +72,7 @@
7272
+ With `-t latex-smart`, don't generate `\ldots` from ellipsis (#7674).
7373
Instead just use unicode ellipsis.
7474

75-
* JATS template: fix equal-contrib attribute (Albert Krewinkel).
75+
* JATS template: fix `equal-contrib` attribute (Albert Krewinkel).
7676
The standard requires the value to be either `yes` or `no`, but is was
7777
set to `true` for authors who contributed equally.
7878

@@ -160,7 +160,7 @@
160160
* MANUAL.txt: update table of exit codes and corresponding errors
161161
(Albert Krewinkel).
162162

163-
* Use released texmath.
163+
* Use latest texmath.
164164

165165
## pandoc 2.16.1 (2021-11-02)
166166

0 commit comments

Comments
 (0)