diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-01-10 11:40:09 -0800 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-01-10 11:40:09 -0800 | 
| commit | 2c86b71af8907d6f006f624a7690f81e1a42e054 (patch) | |
| tree | b47c0769b370910069ddc02f29b696c34a5225dc /changelog | |
| parent | 32c82903f3052de8dc53aee0a0fc73ca221272bd (diff) | |
| download | pandoc-2c86b71af8907d6f006f624a7690f81e1a42e054.tar.gz | |
Fixed bug in changelog (item was put under wrong release).
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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>`. | 
