summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2013-01-17 09:40:05 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2013-01-17 09:40:05 +0100
commite167158b5ce008fa6c537640a1b82c188a4825b2 (patch)
tree30c91fbb2fa015d9788317f5e330a51950b8c5ce /ChangeLog
parent733cf9a9fcb15fc27f83b2735737ff3951565024 (diff)
downloadunidecode-e167158b5ce008fa6c537640a1b82c188a4825b2.tar.gz
Increased version to 0.04.11release-0.04.11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbb917e..3820130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-17 unidecode 0.04.11
+
+ * Issue a warning on Python 2.x if an object that is not an instance of
+ unicode class is passed to unidecode().
+ * Fixed unit tests for Python 2.5.
+
2012-12-01 unidecode 0.04.10
* Added trove classifiers.