Hufflepdf/ChangeLog.md

11 lines
446 B
Markdown
Raw Normal View History

# Revision history for Hufflepdf
2019-05-24 10:48:09 +02:00
## 0.1.1.0 -- 2019-05-23
* Rewrite the parser using attoparsec instead of parsec (about 1.5x faster)
* Use strict ByteStrings instead of lazy ones for an additional gain in performance, simpler type interface (lazy ByteStrings are now used only for output because that's required by the ByteString Builder) and fewer import lines
2019-05-18 11:09:03 +02:00
## 0.1.0.0 -- 2019-05-18
* First version. Released on an unsuspecting world.