Zstandard v0.6.0
Stronger high compression modes, thanks to @inikep
Changed : highest compression modes require --ultra
command to remove memory restrictions
API : ZSTD_getFrameParams()
provides size of decompressed content
Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, thanks to Chip Turner
Various fixes and small performance improvements