Skip to content
### Breaking changes since v0.2.0:
- Encoding can fail.  A new exception, `EncodingFailed` is raised when encoding fails.  (Encoding used to silently truncate output when overflow occurred.)

### New Features
- CI now uses pytest
- Added LZMA codec (for compressed bytes)
- Added Sphinx documentation