@@ -6,7 +6,7 @@ Change Log
6
6
7
7
Released on XXX
8
8
9
- * Added ordereddict as a mandatory dependency on Python 2.6.
9
+ * ** Added ordereddict as a mandatory dependency on Python 2.6. **
10
10
11
11
* Added ``lxml ``, ``genshi ``, ``datrie ``, ``charade ``, and ``all ``
12
12
extras that will do the right thing based on the specific
@@ -16,17 +16,22 @@ Released on XXX
16
16
17
17
* Cease supporting DATrie under PyPy.
18
18
19
- * Remove ``PullDOM `` support, as this hasn't ever been properly
19
+ * ** Remove ``PullDOM`` support, as this hasn't ever been properly
20
20
tested, doesn't entirely work, and as far as I can tell is
21
- completely unused by anyone.
21
+ completely unused by anyone. **
22
22
23
23
* Move testsuite to ``py.test ``.
24
24
25
- * Fix #124: move to webencodings for decoding the input byte stream;
25
+ * ** Fix #124: move to webencodings for decoding the input byte stream;
26
26
this makes html5lib compliant with the Encoding Standard, and
27
- introduces a required dependency on webencodings.
27
+ introduces a required dependency on webencodings. **
28
28
29
- * Cease supporting Python 3.2 (in both CPython and PyPy forms).
29
+ * **Cease supporting Python 3.2 (in both CPython and PyPy forms). **
30
+
31
+ * **Fix comments containing double-dash with lxml 3.5 and above. **
32
+
33
+ * **Use scripting disabled by default (as we don't implement
34
+ scripting). **
30
35
31
36
32
37
0.9999999/1.0b8
0 commit comments