summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-07 22:07:09 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-07 22:12:24 +0200
commit5d7eff5a3f40b375505f2c6b3e43f2234648cdb3 (patch)
tree176c5fc01d7119ba7b723a912c6cb790f5e0726b /CHANGES
parent3b6a2e2370c0e79108a2e191a334c208534d565b (diff)
downloadbabel-5d7eff5a3f40b375505f2c6b3e43f2234648cdb3.tar.gz
Update Changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES34
1 files changed, 33 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 551b82a..c2dcfe6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,39 @@ Babel Changelog
Version 2.3
-----------
-(Feature release, release data to be decided)
+(Feature release, released on April 8th)
+
+Internal improvements
+~~~~~~~~~~~~~~~~~~~~~
+
+* The CLI frontend and Distutils commands use a shared implementation (https://github.com/python-babel/babel/pull/311)
+* PyPy3 is supported (https://github.com/python-babel/babel/pull/343)
+
+Features
+~~~~~~~~
+
+* CLDR: Add an API for territory language data (https://github.com/python-babel/babel/pull/315)
+* Core: Character order and measurement system data is imported and exposed (https://github.com/python-babel/babel/pull/368)
+* Dates: Add an API for time interval formatting (https://github.com/python-babel/babel/pull/316)
+* Dates: More pattern formats and lengths are supported (https://github.com/python-babel/babel/pull/347)
+* Dates: Period IDs are imported and exposed (https://github.com/python-babel/babel/pull/349)
+* Dates: Support for date-time skeleton formats has been added (https://github.com/python-babel/babel/pull/265)
+* Dates: Timezone formatting has been improved (https://github.com/python-babel/babel/pull/338)
+* Messages: JavaScript extraction now supports dotted names, ES6 template strings and JSX tags (https://github.com/python-babel/babel/pull/332)
+* Messages: npgettext is recognized by default (https://github.com/python-babel/babel/pull/341)
+* Messages: The CLI learned to accept multiple domains (https://github.com/python-babel/babel/pull/335)
+* Messages: The extraction commands now accept filenames in addition to directories (https://github.com/python-babel/babel/pull/324)
+* Units: A new API for unit formatting is implemented (https://github.com/python-babel/babel/pull/369)
+
+Bugfixes
+~~~~~~~~
+
+* Core: Mixed-case locale IDs work more reliably (https://github.com/python-babel/babel/pull/361)
+* Dates: S...S formats work correctly now (https://github.com/python-babel/babel/pull/360)
+* Messages: All messages are now sorted correctly if sorting has been specified (https://github.com/python-babel/babel/pull/300)
+* Messages: Fix the unexpected behavior caused by catalog header updating (e0e7ef1) (https://github.com/python-babel/babel/pull/320)
+* Messages: Gettext operands are now generated correctly (https://github.com/python-babel/babel/pull/295)
+* Messages: Message extraction has been taught to detect encodings better (https://github.com/python-babel/babel/pull/274)
Version 2.2
-----------