From e0231b121368b3368d1a00041b825d9f8f891d5c Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Wed, 12 Aug 2009 22:08:45 -0700 Subject: [PATCH] Bumped to version 0.6.0 Ignore-this: ec545e809c7f51061620a8cde76752bd darcs-hash:20090813050845-a4fee-8697ed8dddc0e28097e43ab06d3a5888848e2a63 --- NEWS | 10 ++++++++++ encoding.cabal | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 26ecdf7..008a3ca 100644 --- a/NEWS +++ b/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 ------------------------- diff --git a/encoding.cabal b/encoding.cabal index 3e220a9..20852b8 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -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