aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog26
1 files changed, 26 insertions, 0 deletions
diff --git a/changelog b/changelog
index 5238e943f..e58f5516d 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,29 @@
+pandoc (1.12.4.1)
+
+ * Require highlighting-kate >= 0.5.8. Fixes a performance regression.
+
+ * Shared: `addMetaValue` now behaves slightly differently:
+ if both the new and old values are lists, it concatenates their
+ contents to form a new list.
+
+ * LaTeX reader:
+
+ + Set `bibliography` in metadata from `\bibliography` or
+ `\addbibresource` 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).
+
+ * Added default.icml to data files so it installs with the package.
+
+ * Moved OSX package materials to osx directory. Added uninstall
+ script (thanks to Daniel T. Staal).
+
pandoc (1.12.4)
* Made it possible to run filters that aren't executable (#1096).