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 13:32:49 +0200
commit2f1236f46ba7617a4f9d6ebe7e67e4e454ca90d2 (patch)
tree57e8761190cc9cc3380a125e33b2f0d5d927407a /CHANGES
parente23cb29673a449e160f938f5345ecab6be2b28d1 (diff)
downloadbabel-2f1236f46ba7617a4f9d6ebe7e67e4e454ca90d2.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 13f1ad8..a45a248 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,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
-----------