diff --git a/changelog b/changelog index eb986d7f8..f8fb81887 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +pandoc (1.8.1.1) + + * `markdown2pdf`: Removed some debugging lines accidentally included + in the 1.8.1 release. With those lines, the temp directory is created + in the working directory, and it is not deleted. This fix restores + the original behavior. + pandoc (1.8.1) * Added `--ascii` option. Currently supported only in HTML writer, diff --git a/pandoc.cabal b/pandoc.cabal index f39fc06e5..039596391 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.8.1 +Version: 1.8.1.1 Cabal-Version: >= 1.6 Build-Type: Custom License: GPL