diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-17 22:23:37 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-17 22:23:37 -0700 |
commit | 7f5a677bbff1a99d36a81312140dcd928d05262d (patch) | |
tree | f518e2a0bff7695bdc26f1ef3c4d3373fe7b1b02 /changelog | |
parent | 7f4b78c06458861624305c5f574df206d82f78c2 (diff) | |
download | pandoc-7f5a677bbff1a99d36a81312140dcd928d05262d.tar.gz |
Version bump to 1.15.1.1, updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +pandoc (1.15.1.1) + + * `Text.Pandoc.Data`: store paths in dataFiles using posix separators. + This way we have uniform separators, whether on Windows or Linux. + This should solve a problem where on some Windows versions + the data files weren't being found (#2459). + pandoc (1.15.1) * `pandocVersion` is now defined in `Text.Pandoc.Shared` |