[commit: packages/binary] master: Bump version to 0.8.4.0. (7f723fd)
git at git.haskell.org
git at git.haskell.org
Sat Feb 4 21:18:02 UTC 2017
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/7f723fd06d7467d27e8d7eb58bc9fc0d7b373f52
>---------------------------------------------------------------
commit 7f723fd06d7467d27e8d7eb58bc9fc0d7b373f52
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Fri Jun 3 20:27:52 2016 +0200
Bump version to 0.8.4.0.
>---------------------------------------------------------------
7f723fd06d7467d27e8d7eb58bc9fc0d7b373f52
binary.cabal | 2 +-
changelog.md | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/binary.cabal b/binary.cabal
index a08de8d..15fa379 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
name: binary
-version: 0.8.3.0
+version: 0.8.4.0
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index cde0eb1..80e1af4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,15 @@
binary
======
+binary-0.8.4.0
+--------------
+
+- `binary` supports GHC >= 7.4.2
+- Performance improvements for `Alternative` functions.
+- put/get functions for IEEE-754 floats and doubles, #119.
+- Fix performance bugs, #115.
+- Binary instances for datatypes in `Data.Monoid` and `Data.Semigroup`, #114.
+
binary-0.8.3.0
--------------
More information about the ghc-commits
mailing list