# Changelog
## [Unreleased]
## v0.1.2
- Impl `std::error::Error` for socket error type.
## v0.1.1
- Fix frame send data length
- Use libc constants for error frame checking
- Fix `Socket` doc test
- Added option to enable protocol errors
- Added async example with smol
- Added decoding error state indicator frames
## v0.1.0
- Initial release.