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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
h1. Textile Changelog
2
2
3
-
h2. Develop Branch
3
+
h2. Version 2.3.4
4
4
* Bugfix: fix an issue with extended block code
5
5
* Remove misplaced shebang on non-callable files.
6
6
* Packaging: Add test-command to setup.py directly.
7
7
* Packaging: Included the tests/ directory for source-tarballs, useful for packaging checks. ("#33":https://github.com/textile/python-textile/issues/33)
8
+
* Add a cli tool `pytextile` which takes textile input and prints html output. See `pytextile -h` for details.
8
9
9
10
h2. Version 2.3.3
10
11
* Bugfix: Unicode in URL titles no longer break everything ("#30":https://github.com/textile/python-textile/issues/30)
0 commit comments