Changelog for lz4-hs-0.1.5.3
lz4
0.1.5.3
- Upgrade bundled sources to 1.10.0
- Tiny efficiency gain
0.1.5.2
- Upgrade bundled sources to 1.9.4
0.1.5.1
- Upgrade to lz4 1.9.3 under the hood
0.1.5.0
- Export single-threaded block compression functions
- Avoid passing unitialized memory to the caller
0.1.4.1
- Use
lZ4DecompressionContextFreecorrectly - Internal cleanup (remove redundant pragmas)
0.1.4.0
- Add
compressSzsupporting higher levels of compression for streams
0.1.3.0
- Add
decompressBufSzfor frames - Add some sensibly placed bang patterns
0.1.2.0
- Add
crossflag - Fix some stuff for cross-compiling
0.1.1.0
- Export
lZ4VersionStringandlZ4VersionNumber - Add
lZ4MaxInputSizeandlZ4HCClevelMax - Add
compressBlockHC - Add
{-# NOINLINE -#}pragmas in various places
0.1.0.0
Initial release