diff --git a/NEWS b/NEWS index 008a3ca..818d3d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes from 0.6.0 to 0.6.1 +--------------------------- + +* Support for many MSDOS codepages +* Show instance for DynEncoding +* More IO functions +* Fancy translation tables for the documentation of auto-generated modules + Changes from 0.5.2 to 0.6.0 --------------------------- diff --git a/encoding.cabal b/encoding.cabal index ec10a98..e64b43e 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -1,5 +1,5 @@ Name: encoding -Version: 0.6.0 +Version: 0.6.1 Author: Henning Günther Maintainer: h.guenther@tu-bs.de License: BSD3