diff --git a/CHANGELOG b/CHANGELOG index a30c62d..48cb6e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Changes from 0.8 to 0.8.1 +------------------------- + +* Added the ShiftJIS and CP932 encodings + Changes from 0.7.0.2 to 0.8 --------------------------- diff --git a/encoding.cabal b/encoding.cabal index 71ef3e1..384c1a2 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -1,5 +1,5 @@ Name: encoding -Version: 0.8 +Version: 0.8.1 Author: Henning Günther Maintainer: daniel@wagner-home.com License: BSD3 @@ -34,7 +34,7 @@ Source-Repository head Source-Repository this Type: darcs Location: http://code.haskell.org/encoding - Tag: 0.8 + Tag: 0.8.1 Library Build-Depends: binary < 0.8, extensible-exceptions, HaXml >= 1.22 && < 1.26