summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-29 11:26:19 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-29 11:26:19 +0200
commit963801d5a4c18b29b6b49efb97d100e7c223db76 (patch)
tree75c30be5465ec63c3e5ab5b5b4767bddacda527e /CHANGES
parent8304ea137d8b905cd5853f469eadb87b0a9a988e (diff)
downloadbabel-963801d5a4c18b29b6b49efb97d100e7c223db76.tar.gz
Fixed a bug on Python 3 when writing to stdout
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 66202f2..6fe4751 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,8 @@ Version 1.3
This primarily makes ``zh_CN`` work again which was broken
due to how it was defined in the likely subtags combined with
our broken resolving. This fixes #37.
+- Fixed a bug that caused pybabel to break when writing to stdout
+ on Python 3.
Version 1.2
-----------