memory v0.4 Release Notes

    • โž• Add Ord instances for SipHash and FnvHash (Nicolas Di Prima)
    • ๐Ÿ›  Fix GHC-7.2 build by defining unsafeShiftL (Adam Bergmark)
    • ๐Ÿ›  Fix show instance of Bytes to properly display each bytes instead of just the end one
    • โž• Add View type that emulate a view on a ByteArray type (Nicolas Di Prima)