summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2016-04-22 14:47:49 +0300
committerAarni Koskela <akx@iki.fi>2016-04-22 14:47:49 +0300
commit6a1491a6ac5d850498ba834a55815a8f18deba4e (patch)
tree031f4f365cc82f61600f4f83aa46aa8a21f7453d /CHANGES
parent3086b0c016d02c128832d07bc445f088bee4a4c6 (diff)
parent915236c61b95541a97a42532bbc41249049b77ef (diff)
downloadbabel-6a1491a6ac5d850498ba834a55815a8f18deba4e.tar.gz
Merge pull request #394 from akx/2.3.42.3.4release/2.3
2.3.4
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 396710b..d4c0132 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,17 @@
Babel Changelog
===============
+Version 2.3.4
+-------------
+
+(Bugfix release, released on April 22th)
+
+Bugfixes
+~~~~~~~~
+
+* CLDR: The lxml library is no longer used for CLDR importing, so it should not cause strange failures either. Thanks to @aronbierbaum for the bug report and @jtwang for the fix. (https://github.com/python-babel/babel/pull/393)
+* CLI: Every last single CLI usage regression should now be gone, and both distutils and stand-alone CLIs should work as they have in the past. Thanks to @paxswill and @ajaeger for bug reports. (https://github.com/python-babel/babel/pull/389)
+
Version 2.3.3
-------------