html2text v2020.1.16 Release Notes
Release Date: 2020-01-16 // about 5 years ago-
- โ Add type annotations.
- โ Add support for Python 3.8.
- ๐ Performance improvements when
wrap_links
isFalse
(the default). - ๐ง Configure setuptools using setup.cfg.
Previous changes from v2019.9.26
-
- ๐ Fix long blockquotes wrapping.
- โ Remove the trailing whitespaces that were added after wrapping list items & blockquotes.
- โ Remove support for Python โค 3.4. Now requires Python 3.5+.
- ๐ Fix memory leak when processing a document containing a
<abbr>
tag. - ๐ Fix
AttributeError
when reading text from stdin. - ๐ Fix
UnicodeEncodeError
when writing output to stdout.