Bumped to version 0.6.0
Ignore-this: ec545e809c7f51061620a8cde76752bd darcs-hash:20090813050845-a4fee-8697ed8dddc0e28097e43ab06d3a5888848e2a63
This commit is contained in:
parent
6f3c147f8d
commit
e0231b1213
10
NEWS
10
NEWS
@ -1,3 +1,13 @@
|
||||
Changes from 0.5.2 to 0.6.0
|
||||
---------------------------
|
||||
|
||||
* Moved from TemplateHaskell to a custom pre-processor for code-generation.
|
||||
This is necessary because:
|
||||
- TemplateHaskell is really slow for large data structures
|
||||
- TemplateHaskell doesn't yet support the MagicHash extension that is useful for the library
|
||||
* Use efficient, static data structures for encoding/decoding
|
||||
* Fixed bug in UTF-8 that could call 'chr' with bad arguments
|
||||
|
||||
Changes from 0.5 to 0.5.2
|
||||
-------------------------
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: encoding
|
||||
Version: 0.5.2
|
||||
Version: 0.6.0
|
||||
Author: Henning Günther
|
||||
Maintainer: h.guenther@tu-bs.de
|
||||
License: BSD3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user