0.14.0
- Updated lz4 to v1.9.2 (includes fix for CVE-2019-17543)

0.13.0
- Updated lz4 to v1.8.3 (data corruption fix for v1.8.2)

0.12.0
- Updated lz4 to v1.8.2
- Confirmed compatibility with Python 3.7

0.11.0
- Updated lz4 to v1.8.1 (faster/stronger ultra modes, levels 10+)
- Minor documentation clarification about compression levels.

0.10.0
- Updated lz4 to v1.8.0
- Support for fast acceleration via negative compression levels
- Support for block checksums

0.9.7
- Allow for any bytes-like objects as input (e.g. memoryview)

0.9.6
- Windows build compatibility

0.9.5
- Potential reference leak fix (on LZ4FError being raised)

0.9.4
- Updated lz4 to v1.7.5 (Note: Available compression levels have changed)
- Use lz4 constants for available compression levels
- Use LZ4_VERSION_STRING to propagate underlying lz4 version
- Update tests to reflect new compression levels

0.9.3
- Allow for lack of stdin/stdout/stdout buffer access (#3, https://github.com/windreamer)

0.9.2
- Fix index in argv (Jan Špaček)
- License information update

0.9.1
- Fixup Python 2/3 compat layer for nose (Mathias Laurin)

0.9.0
- Initial public release
