aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-18 17:00:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-18 17:00:44 -0700
commita71732fd013b1acfd16988e020466a63e54fcbb2 (patch)
treeadabf72a5dcf6357dc707e2eb96785ebcd6620c1 /changelog.md
parent2e00ed3fde82aa1bcf58fc883a20093ce3935bb0 (diff)
downloadpandoc-a71732fd013b1acfd16988e020466a63e54fcbb2.tar.gz
Minor revisions to provisional changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/changelog.md b/changelog.md
index 4570d85ac..a9af2acfb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,16 +3,15 @@
## pandoc 2.12.1 (PROVISIONAL)
* Handle `nocite` better with `--biblatex` and `--natbib` (#4585).
- Previously the nocite metadata field was ignored with
- these formats. Now it populates a `nocite-ids` template
- variable and causes a `\nocite` command to be issued.
+ Previously the nocite metadata field was ignored with these formats.
+ Now it populates a `nocite-ids` template variable and causes a
+ `\nocite` command to be issued.
* Text.Pandoc.Citeproc: apply `fixLinks` correctly (#7130). This is code
that incorporates a prefix like `https://doi.org/` into a following link
when appropriate.
- * Markdown reader: Fix regression with `tex_math_backslash` in
- Markdown reader (#7155).
+ * Markdown reader: Fix regression with `tex_math_backslash` (#7155).
* MediaWiki reader: Allow block-level content in notes (ref) (#7145).
@@ -24,7 +23,6 @@
+ Emoji character sequences no longer cause parsing failures. This was
due to missing backtracking when emoji parsing fails.
+ Mark divs created from panels with class "panel".
- (tarleb/jira-wiki-markup#2).
* RST reader: fix logic for ending comments (#7134). Previously comments
sometimes got extended too far.