aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog b/changelog
index 1e868cb94..f35067bd3 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,10 @@ pandoc (1.4.1)
[ John MacFarlane ]
+ * Text.Pandoc.Templates now exports getTemplate, which differs from
+ getDefaultTemplate in allowing the caller to select
+ whether to allow user overrides from the ~/.pandoc directory.
+
* Changed default of writerXeTeX to False.
* HTML writer: don't include empty UL if --toc but no sections.