[commit: packages/binary] master: Bump version to 0.7.4.0 (607fced)

git at git.haskell.org git at git.haskell.org
Mon Jun 1 08:47:33 UTC 2015


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/607fcedaf1ccd042b38a9280ac1c597243902156

>---------------------------------------------------------------

commit 607fcedaf1ccd042b38a9280ac1c597243902156
Author: Lennart Kolmodin <kolmodin at google.com>
Date:   Mon Feb 23 18:28:42 2015 +0100

    Bump version to 0.7.4.0
    
    and update the changelog.


>---------------------------------------------------------------

607fcedaf1ccd042b38a9280ac1c597243902156
 binary.cabal | 2 +-
 changelog.md | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/binary.cabal b/binary.cabal
index 3303025..b46ed48 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
 name:            binary
-version:         0.7.3.0
+version:         0.7.4.0
 license:         BSD3
 license-file:    LICENSE
 author:          Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index 3d0f2f7..4f4a1bf 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,13 @@ binary
 ======
 
 
+binary-0.7.4.0
+--------------
+
+- Some invalid UTF-8 strings caused an exception when decoded. Those errors will
+  now now fail in the Get monad instead. See #70.
+  Patch contributed by @ttuegel.
+
 binary-0.7.3.0
 --------------
 



More information about the ghc-commits mailing list