File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments