Skip to content

Commit c718da2

Browse files
committed
update CHANGELOG, README, and fixture to reflect recent changes.
1 parent 8a3df29 commit c718da2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.textile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
h1. 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

711
h2. Version 2.3.16
812
* Bugfixes:

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ bc.. import textile
3939

4040
h3. 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+).

tests/fixtures/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
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>

0 commit comments

Comments
 (0)