diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-21 15:39:46 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-21 15:39:46 -0700 |
commit | 650c12df349b83373dfe99c8cc019e760a2cbbce (patch) | |
tree | cb7db449a4035ec2264248cac388595be3381e24 /changelog | |
parent | edcb8b61690df6971508638890cedc1371140bb8 (diff) | |
download | pandoc-650c12df349b83373dfe99c8cc019e760a2cbbce.tar.gz |
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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). |