@@ -4,9 +4,37 @@ Change Log
44unreleased
55~~~~~~~~~~~~~~~~~~
66
7- * Added the seamless attribute for iframes.
8- * Added `itemscope ` as boolean attribute
9- https://github.com/html5lib/html5lib-python/issues/194
7+ Breaking changes:
8+
9+ * Drop support for Python 2.6. (#330) (Thank you, Hugo, Will Kahn-Greene!)
10+ * Remove ``utils/spider.py `` (#353) (Thank you, Jon Dufresne!)
11+
12+ Features:
13+
14+ * Improve documentation. (#300, #307) (Thank you, Jon Dufresne, Tom Most,
15+ Will Kahn-Greene!)
16+ * Add iframe seamless boolean attribute. (Thank you, Ritwik Gupta!)
17+ * Add itemscope as a boolean attribute. (#194) (Thank you, Jonathan Vanasco!)
18+ * Support Python 3.6. (#333) (Thank you, Jon Dufresne!)
19+ * Add CI support for Windows using AppVeyor. (Thank you, John Vandenberg!)
20+ * Improve testing and CI and add code coverage (#323, #334), (Thank you, Jon
21+ Dufresne, John Vandenberg, Geoffrey Sneddon, Will Kahn-Greene!)
22+ * Semver-compliant version number.
23+
24+ Bug fixes:
25+
26+ * Add support for setuptools < 18.5 to support environment markers. (Thank you,
27+ John Vandenberg!)
28+ * Add explicit dependency for six >= 1.9. (Thank you, Eric Amorde!)
29+ * Fix regexes to work with Python 3.7 regex adjustments. (#318, #379) (Thank
30+ you, Benedikt Morbach, Ville Skyttä, Mark Vasilkov!)
31+ * Fix alphabeticalattributes filter namespace bug. (#324) (Thank you, Will
32+ Kahn-Greene!)
33+ * Include license file in generated wheel package. (#350) (Thank you, Jon
34+ Dufresne!)
35+ * Fix annotation-xml typo. (#339) (Thank you, Will Kahn-Greene!)
36+ * Allow uppercase hex chararcters in CSS colour check. (#377) (Thank you,
37+ Komal Dembla, Hugo!)
1038
11390.999999999/1.0b10
1240~~~~~~~~~~~~~~~~~~