From dd79cb3fc73c3c4ed2e287df2a539b1722e8d387 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Fri, 31 May 2019 15:16:23 +0200 Subject: [PATCH] Release bugfix v0.1.1.1 --- ChangeLog.md | 6 ++++++ Hufflepdf.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6bde38f..b1e3783 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # Revision history for Hufflepdf +## 0.1.1.1 -- 2019-05-31 + +* Fix a bug preventing files with the «trailer» keyword on the same line as the dictionary that follows it to be parsed +* Improve error messages +* Support empty lines as comments + ## 0.1.1.0 -- 2019-05-23 * Rewrite the parser using attoparsec instead of parsec (about 1.5x faster) diff --git a/Hufflepdf.cabal b/Hufflepdf.cabal index c695de0..3889fdb 100644 --- a/Hufflepdf.cabal +++ b/Hufflepdf.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: Hufflepdf -version: 0.1.0.0 +version: 0.1.1.1 synopsis: A PDF parser -- description: license: BSD3