summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-01-10 11:40:09 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-01-10 11:40:09 -0800
commit2c86b71af8907d6f006f624a7690f81e1a42e054 (patch)
treeb47c0769b370910069ddc02f29b696c34a5225dc
parent32c82903f3052de8dc53aee0a0fc73ca221272bd (diff)
Fixed bug in changelog (item was put under wrong release).
-rw-r--r--changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog b/changelog
index 838353a22..4cbc60388 100644
--- a/changelog
+++ b/changelog
@@ -35,6 +35,8 @@ pandoc (1.12.3)
If author field was empty, date was being ignored.
+ Allow backslash-newline hard line breaks in grid and
multiline table cells.
+ + Citation keys may now start with underscores, and may contain
+ underscores adjacent to internal punctuation.
* LaTeX reader:
@@ -232,8 +234,6 @@ pandoc (1.12.2)
+ Yaml block must start immediately after `---`. If there's a blank
line after `---`, we interpreted it as a horizontal rule.
+ Correctly handle empty bullet list items.
- + Citation keys may now start with underscores, and may contain
- underscores adjacent to internal punctuation.
+ Stop parsing "list lines" when we hit a block tag.
This fixes exponential slowdown in certain input, e.g.
a series of lists followed by `</div>`.