diff --git a/ChangeLog.md b/ChangeLog.md index b1e3783..8f52e5f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for Hufflepdf +## 0.2.0.0 -- 2019-10-14 + +* Implement PDF's multilayer update mechanism + ## 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 diff --git a/Hufflepdf.cabal b/Hufflepdf.cabal index 2b7e561..f406ab5 100644 --- a/Hufflepdf.cabal +++ b/Hufflepdf.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: Hufflepdf -version: 0.1.1.1 +version: 0.2.0.0 synopsis: A PDF parser -- description: license: BSD3