Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.73 KB

CHANGES.md

File metadata and controls

64 lines (38 loc) · 1.73 KB

ChangeLog

[0.5.0]

  • Require Python 3.8 or later
  • Allow Python 3.6
  • Do not strip whitespace from decode input, by @snue
  • Improve type checking and better check for edge cases in decode, by @lucaslugao
  • Improve decode speed by using a dictionary instead of string by @lucaslugao
  • Fix single byte/char edge cases in both encode and decode by @lucaslugao
  • Minor speed improvement in decode routine by @dvmc
  • Do not silently accept overflow data on decode
  • Fix decoding on output
  • Use bytes as input/output
  • Build infrastructure changes
  • Initial release