Version bump to 1.15.1.1, updated changelog.
This commit is contained in:
parent
7f4b78c064
commit
7f5a677bbf
2 changed files with 8 additions and 1 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`
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: pandoc
|
||||
Version: 1.15.1
|
||||
Version: 1.15.1.1
|
||||
Cabal-Version: >= 1.10
|
||||
Build-Type: Custom
|
||||
License: GPL
|
||||
|
|
Loading…
Reference in a new issue