You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.textile
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
h1. Textile Changelog
2
2
3
+
h2. Version 2.3.8
4
+
* Bugfix: Fix process of string containing only whitespaces ("#40":https://github.com/textile/python-textile/issues/40)
5
+
* Bugfix: Fix process of formatted text after lists ("#37":https://github.com/textile/python-textile/issues/37)
6
+
* Test: Use sys.executable instead of 'python' to test the CLI ("#38":https://github.com/textile/python-textile/issues/38)
7
+
8
+
h2. Version 2.3.7
9
+
* Bugfix: Don't assume pytest is available to be imported in setup.py ("#39":https://github.com/textile/python-textile/issues/39)
10
+
11
+
h2. Version 2.3.6
12
+
* Packaging: @tests@ directory is correctly included in source-tarball. ("#33":https://github.com/textile/python-textile/issues/33)
13
+
3
14
h2. Version 2.3.5
4
15
* Bugfix: Correctly handle unicode text in url query-strings. ("#36":https://github.com/textile/python-textile/issues/36)
5
16
@@ -8,7 +19,7 @@ h2. Version 2.3.4
8
19
* Remove misplaced shebang on non-callable files.
9
20
* Packaging: Add test-command to setup.py directly.
10
21
* Packaging: Included the tests/ directory for source-tarballs, useful for packaging checks. ("#33":https://github.com/textile/python-textile/issues/33)
11
-
* Add a cli tool `pytextile` which takes textile input and prints html output. See `pytextile -h` for details.
22
+
* Add a cli tool @pytextile@ which takes textile input and prints html output. See @pytextile -h@ for details.
12
23
13
24
h2. Version 2.3.3
14
25
* Bugfix: Unicode in URL titles no longer break everything ("#30":https://github.com/textile/python-textile/issues/30)
0 commit comments