diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-12 12:08:24 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-05-12 12:08:24 -0700 |
commit | 707c74b8dbc7e57938f0ac5f96f06bd645d038d4 (patch) | |
tree | c848f26af97d6d1125f8353110319c97c8949d49 | |
parent | e52196691b1747db661dd4a4e7bd032ba76fcb0e (diff) | |
download | pandoc-707c74b8dbc7e57938f0ac5f96f06bd645d038d4.tar.gz |
Updated changelog.
-rw-r--r-- | changelog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +pandoc (1.12.4.1) + + * Require highlighting-kate >= 0.5.8. Fixes a performance regression. + + * LaTeX reader: + + + Set `bibliography` in metadata from `\bibliography` command. + + Don't error on `%foo` with no trailing newline. + + * Org reader: + + + Support code block headers (`#+BEGIN_SRC ...`) (Albert Krewinkel). + + Fix parsing of blank lines within blocks (Albert Krewinkel). + + * Updated copyright notices (Albert Krewinkel). + + * Fixed templates. The previous release did not include up-to-date + templates, due to a packaging error. + pandoc (1.12.4) * Made it possible to run filters that aren't executable (#1096). |