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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
h1. Textile Changelog
2
2
3
+
h2. Version 4.0.1
4
+
* Bugfixes:
5
+
** SyntaxWarnings with Python 3.8 i("#71":https://github.com/textile/python-textile/issues/71)
6
+
** testsuite: internal error with coverage 5.0.X ("#72":https://github.com/textile/python-textile/issues/72)
7
+
** DeprecationWarnings about invalid escape sequences ("#73":https://github.com/textile/python-textile/issues/73)
8
+
3
9
h2. Version 4.0.0
4
10
* Drop support for Python 2, hence the version bump. Update list of PY3K versions to currently-supported versions. If you need to use textile on Python 2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4.
5
11
* For use in PyPy environments, textile used to work well with the regex package. Lately, it's running into trouble. Please uninstall regex if this is the case for you.
0 commit comments