From db915dea4dd365cd1616e5e9e97de61e62a7d92e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 5 Apr 2024 14:28:33 +0200 Subject: [PATCH] add CHANGES.rst with incomplete change log --- CHANGES.rst | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGES.rst diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..3b5abe0 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,42 @@ +Change Log +========== + +Version 0.11.0 (2024-04-05) +--------------------------- + +Fixes: + +- html parser: fix extraction of encoding from meta element +- use raw string for regex, fixes "DeprecationWarning: invalid escape + sequence \s" and others. + +New features: + +- include version infos into emeraldtree.__init__ + +Other changes: + +- packaging modernized / enhanced: pyproject.toml, MANIFEST.in, setuptools-scm +- requires Python >= 3.9 now (dropped Python 2.x, removed "six") +- add github actions CI, remove travis CI config +- rst markup fixes / clean ups +- use tox for testing + +Version 0.10.0 (2015-06-10) +--------------------------- + +Fixes: + +- fix setup.py - platform and no download_url +- invalid output from HTML converter parsing preformatted code, multiline + paragraphs: part 2 of 2 fixes moin2 #516 + +Other changes: + +- ported to Python 2.7 / >= 3.3 using six + +Version 0.9.0 (2011-01-22) +-------------------------- + +First release on PyPI. +