Update changelog - toot - Unnamed repository; edit this file 'description' to n… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit b0e556a07b9ee896ca5ef56fe5248de34163dafb | |
parent 8d2cdd52882e40e2992eaf4941c377a53f8871f5 | |
Author: Ivan Habunek <[email protected]> | |
Date: Thu, 28 Dec 2017 11:28:44 +0100 | |
Update changelog | |
Diffstat: | |
CHANGELOG.md | 5 +++++ | |
1 file changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
@@ -1,6 +1,11 @@ | |
Changelog | |
--------- | |
+**0.16.0 (TBA)** | |
+ | |
+* **Dropped support for Python 2** because it's a pain to support and was | |
+ causing bugs with handling unicode. | |
+ | |
**0.15.1 (2017-12-12)** | |
* Fix crash when toot's URL is None (#33), thanks @veer66 |