Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1011 Bytes

ChangeLog.rst

File metadata and controls

35 lines (25 loc) · 1011 Bytes

2014.9.8 - 2014-09-08


  • Fix #28: missing html2text package in installation.

2014.9.7 - 2014-09-07


  • Fix unicode/type error in memory leak unit-test.
  • Feature #16: Remove install_deps.py.
  • Feature #17: Add status badges via pypin.
  • Feature #18: Add Python 3.4 to travis config file.
  • Feature #19: Bring html2text to a separate module and take out the conf/constant variables.
  • Feature #21: Remove meta vars from html2text.py file header.
  • Fix: Fix TypeError when parsing tags like <img src='foo' alt>. Fixed in #25.

2014.7.3 - 2014-07-03


  • Fix #8: Remove How to do a release section from README.md.
  • Fix #11: Include test directory markdown, html files.
  • Fix #13: memory leak in using handle while keeping the old instance of html2text.

2014.4.5 - 2014-04-05


  • Fix #1: Add ChangeLog.rst file.
  • Fix #2: Add AUTHORS.rst file.