Skip to content

20220506

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 20:04
· 61 commits to master since this release

Fixed

  • IndexError when handling invalid bfrange code map in
    CMap (#731)
  • TypeError in lzw.py when self.table is not set (#732)
  • TypeError in encodingdb.py when name of unicode is not
    str (#733)
  • TypeError in HTMLConverter when using a bytes fontname (#734)

Added

  • Exporting images without any specific encoding (#737)

Changed

  • Using charset-normalizer instead of chardet for less restrictive license (#744)