We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39fd6c commit a5d3172Copy full SHA for a5d3172
msgpack/CHANGES.md
@@ -2,10 +2,12 @@
2
3
- Fix incorrect MessagePack tag when encoding single-precision `Float`s
4
- Fix looping/hanging `MessagePack (Maybe a)` instance
5
-- Add support for binary-0.8
+- Add support for `binary-0.8` API
6
+- Drop dependency on `blaze-builder`
7
- Add new operations
8
- `getWord`, `getWord64`, `getInt64`
9
- `putWord`, `putWord64`, `putInt64`
10
- Add `Read` instance for `Object` and `Assoc`
11
- Add `Generic` instance for `Object`
12
- Add `Object` instance `ShortByteString`
13
+- Declare API `Trustworthy` for SafeHaskell
0 commit comments