Skip to content

Releases: MideTechnology/ebmlite

3.3.1

28 Feb 18:46
Compare
Choose a tag to compare

What's Changed

  • More useful and/or appropriate exceptions are raised during encoding errors (#118).
    • Most are still TypeError or ValueError as before, but have a meaningful message.
    • Errors raising a generic struct.error now raise TypeError with an appropriate explanation.
  • 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