We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad9e38 commit eda1971Copy full SHA for eda1971
CHANGELOG.textile
@@ -1,5 +1,11 @@
1
h1. Textile Changelog
2
3
+h2. Version 2.3.16
4
+* Bugfixes:
5
+** Fix processing of extended code blocks ("#50":https://github.com/textile/python-textile/issues/50)
6
+** Don't break when links fail to include "http:" ("#51":https://github.com/textile/python-textile/issues/51)
7
+** Better handling of poorly-formatted tables ("#52":https://github.com/textile/python-textile/issues/52)
8
+
9
h2. Version 2.3.15
10
* Bugfix: Don't break on unicode characters in the fragment of a url.
11
textile/version.py
@@ -1 +1 @@
-VERSION = '2.3.15'
+VERSION = '2.3.16'
0 commit comments