Release 0.2.0.0
This commit is contained in:
parent
68f90d20e2
commit
d6994f0813
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Revision history for Hufflepdf
|
# Revision history for Hufflepdf
|
||||||
|
|
||||||
|
## 0.2.0.0 -- 2019-10-14
|
||||||
|
|
||||||
|
* Implement PDF's multilayer update mechanism
|
||||||
|
|
||||||
## 0.1.1.1 -- 2019-05-31
|
## 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
|
* Fix a bug preventing files with the «trailer» keyword on the same line as the dictionary that follows it to be parsed
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: Hufflepdf
|
name: Hufflepdf
|
||||||
version: 0.1.1.1
|
version: 0.2.0.0
|
||||||
synopsis: A PDF parser
|
synopsis: A PDF parser
|
||||||
-- description:
|
-- description:
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
|
Loading…
Reference in a new issue