summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-21 15:39:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-21 15:39:46 -0700
commit650c12df349b83373dfe99c8cc019e760a2cbbce (patch)
treecb7db449a4035ec2264248cac388595be3381e24
parentedcb8b61690df6971508638890cedc1371140bb8 (diff)
Updated changelog.
-rw-r--r--changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog b/changelog
index 09217ca7f..167c59e30 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+pandoc (1.17.0.1)
+
+ * File scope is no longer used when there are no input files (i.e.,
+ when input comes from stdin). Previously file scope was triggered
+ when the `json` reader was specified and input came from `stdin`,
+ and this caused no output to be produced. (Fix due to Jesse Rosenthal;
+ thanks to Fedor Sheremetyev for calling the bug to our attention.)
+ * Improved documentation of templates (#2797).
+
pandoc (1.17)
* Added `--file-scope` option (Jesse Rosenthal).