Skip to content

Commit 22ce11e

Browse files
Merge pull request #12 from ThomasWaldmann/rel011
release 0.11.0
2 parents 99ab1b7 + db915de commit 22ce11e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGES.rst

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Change Log
2+
==========
3+
4+
Version 0.11.0 (2024-04-05)
5+
---------------------------
6+
7+
Fixes:
8+
9+
- html parser: fix extraction of encoding from meta element
10+
- use raw string for regex, fixes "DeprecationWarning: invalid escape
11+
sequence \s" and others.
12+
13+
New features:
14+
15+
- include version infos into emeraldtree.__init__
16+
17+
Other changes:
18+
19+
- packaging modernized / enhanced: pyproject.toml, MANIFEST.in, setuptools-scm
20+
- requires Python >= 3.9 now (dropped Python 2.x, removed "six")
21+
- add github actions CI, remove travis CI config
22+
- rst markup fixes / clean ups
23+
- use tox for testing
24+
25+
Version 0.10.0 (2015-06-10)
26+
---------------------------
27+
28+
Fixes:
29+
30+
- fix setup.py - platform and no download_url
31+
- invalid output from HTML converter parsing preformatted code, multiline
32+
paragraphs: part 2 of 2 fixes moin2 #516
33+
34+
Other changes:
35+
36+
- ported to Python 2.7 / >= 3.3 using six
37+
38+
Version 0.9.0 (2011-01-22)
39+
--------------------------
40+
41+
First release on PyPI.
42+

0 commit comments

Comments
 (0)