]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Update Changelog
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Thu, 7 Apr 2016 20:07:09 +0000 (22:07 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Thu, 7 Apr 2016 20:12:24 +0000 (22:12 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 551b82a7a707563af629e60a6ab8ab3dba7d6fa9..c2dcfe688ebb23a28f516a622001cd36c127c1ca 100644 (file)
--- 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
 -----------