summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2016-04-22 09:57:16 +0300
committerAarni Koskela <akx@iki.fi>2016-04-22 11:40:42 +0300
commit915236c61b95541a97a42532bbc41249049b77ef (patch)
tree031f4f365cc82f61600f4f83aa46aa8a21f7453d /CHANGES
parentfe2e6e4ec4b1e1a73683062d26fb0c8fc36e93b2 (diff)
downloadbabel-915236c61b95541a97a42532bbc41249049b77ef.tar.gz
Bump to 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
-------------