Addresses unicode issues in Python 3

Fixes #79
This commit is contained in:
Manuel Ebert 2013-06-24 12:48:23 +02:00
parent 868d29a92e
commit d7dfba008c
5 changed files with 10 additions and 8 deletions

View file

@ -1,7 +1,11 @@
Changelog
=========
#### 1.1.0
#### 1.1.1
* [Fixed] Unicode and Python3 issues resolved.
### 1.1.0
* [New] JSON export exports tags as well.
* [Improved] Nicer error message when there is a syntactical error in your config file.