aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-05-12 12:08:24 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-05-12 12:08:24 -0700
commit707c74b8dbc7e57938f0ac5f96f06bd645d038d4 (patch)
treec848f26af97d6d1125f8353110319c97c8949d49
parente52196691b1747db661dd4a4e7bd032ba76fcb0e (diff)
downloadpandoc-707c74b8dbc7e57938f0ac5f96f06bd645d038d4.tar.gz
Updated changelog.
-rw-r--r--changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/changelog b/changelog
index 5238e943f..4339376df 100644
--- a/changelog
+++ b/changelog
@@ -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).