File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11h1. Textile Changelog
22
3- h2. Version 2.3.17 (in development)
3+ h2. Version 3.0.0
4+ * Drop support for Python 2.6 and 3.2.
5+ * Update to the current version of html5lib
46* Bugfixes:
7+ ** Fix handling of HTML entities in extended pre blocks. ("#55":https://github.com/textile/python-textile/issues/55)
58** Empty definitions in definition lists raised an exception ("#56":https://github.com/textile/python-textile/issues/56)
9+ ** Fix handling of unicode in img attributes ("#58":https://github.com/textile/python-textile/issues/58)
610
711h2. Version 2.3.16
812* Bugfixes:
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ bc.. import textile
3939
4040h3. Notes:
4141
42- * Active development supports Python 2.6 or later (including Python 3.2 +).
42+ * Active development supports Python 2.7 or later (including Python 3.3 +).
Original file line number Diff line number Diff line change 4242 <h3>Notes:</h3>
4343
4444 <ul>
45- <li>Active development supports Python 2.6 or later (including Python 3.2 +).</li>
45+ <li>Active development supports Python 2.7 or later (including Python 3.3 +).</li>
4646 </ul>
You can’t perform that action at this time.
0 commit comments