[commit: packages/binary] master: Add changelog.md (96591b0)
git at git.haskell.org
git at git.haskell.org
Sun Dec 14 17:54:31 UTC 2014
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/96591b07ba070969543df5300881ca6826431336
>---------------------------------------------------------------
commit 96591b07ba070969543df5300881ca6826431336
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Sun Mar 30 17:31:26 2014 +0400
Add changelog.md
>---------------------------------------------------------------
96591b07ba070969543df5300881ca6826431336
changelog.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..31059dd
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,49 @@
+binary
+======
+
+binary-0.7.1.0
+--------------
+
+- Add `lookAheadE :: Get (Either a b) -> Get (Either a b)`.
+- Add MonadPlus instance for Get.
+
+
+binary-0.7.0.1
+--------------
+
+- Updates to documentation.
+
+binary-0.7.0.0
+--------------
+
+- Add `lookAhead :: Get a -> Get a`.
+- Add `lookAheadM :: Get (Maybe a) -> Get (Maybe a)`.
+- Add Alternative instance for Get (provides `<|>`).
+- Add `decodeOrFail :: Binary a => L.ByteString -> Either (L.ByteString, ByteOffset, String) (L.ByteString, ByteOffset, a)`
+- Add `decodeFileOrFail :: Binary a => FilePath -> IO (Either (ByteOffset, String) a)`.
+- Remove `Ord` class constraint from `Set` and `Map` Binary instances.
+
+binary-0.6.4
+------------
+
+- Add `runGetOrFail :: Get a -> L.ByteString -> Either (L.ByteString, ByteOffset, String) (L.ByteString, ByteOffset, a)`.
+
+binary-0.6.3
+------------
+
+- Documentation tweeks, internal restructuring, more tests.
+
+binary-0.6.2
+------------
+
+- `some` and `many` more efficient.
+- Fix bug where `bytesRead` returned the wrong value.
+- Documentation improvements.
+
+binary-0.6.1
+------------
+
+- Fix bug where a decoder could return with `Partial` after the previous reply was `Nothing`.
+
+binary-0.6.0.0
+--------------
More information about the ghc-commits
mailing list