2016-11-29 Sebastian Witte <woozletoff@gmail.com>

    * Add NFData instance

2015-11-03 Rodrigo Setti <rodrigosetti@gmail.com>

    * Updates cereal to 0.5.0.0

2015-08-07 Will Sewell <will@pusher.com>

    * Add ObjectUInt constructor for messagepack unsigned ints

2015-05-07 Mike Pye <mike@pusher.com>

    * Remove coercion of msgpack String type to haskell Text

2014-12-03 Sebastian Witte <woozletoff@gmail.com>

    * Add support for extension types

2014-11-13 Rodrigo Setti <rodrigosetti@gmail.com>

    * Changes `ObjectInt` data from `Int` to `Int64`, so it can be possible
      to pack a 64bit int on a 32bit system.

2014-07-25 Rodrigo Setti <rodrigosetti@gmail.com>

    * Fix a fatal bug: Data.MessagePack.Spec was not exposed, thus failing the
    package installation.

2014-07-25 Rodrigo Setti <rodrigosetti@gmail.com>

    * Initial version: Serialize instances tested for consistency.
    * Missing: Extension types
