Releases: MideTechnology/ebmlite
Releases · MideTechnology/ebmlite
3.3.1
What's Changed
- More useful and/or appropriate exceptions are raised during encoding errors (#118).
- Most are still
TypeError
orValueError
as before, but have a meaningful message. - Errors raising a generic
struct.error
now raiseTypeError
with an appropriate explanation.
- Most are still
- Corrected and improved documentation/docstrings (#116 and other PRs this release).
- Tests updated to include Python 3.11 (#121).
Full Changelog: 3.3.0...3.3.1