From: Aarni Koskela Date: Wed, 20 Apr 2022 17:41:57 +0000 (+0300) Subject: Update changelog and authors X-Git-Tag: v2.10.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb17c1dc2bf8a4d6a083b81bde61e09f789c47cc;p=thirdparty%2Fbabel.git Update changelog and authors --- diff --git a/AUTHORS b/AUTHORS index 5750516c..605a8d09 100644 --- a/AUTHORS +++ b/AUTHORS @@ -47,6 +47,7 @@ Babel is written and maintained by the Babel team and various contributors: - Leonardo Pistone - Jun Omae - Hyunjun Kim +- Nehal J Wani - Mohamed Morsy - Krzysztof Jagiełło - Morgan Wahl diff --git a/CHANGES.rst b/CHANGES.rst index 34e51807..fb5225e8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,16 @@ Babel Changelog =============== -Version 2.10 ------------- +Version 2.10.1 +-------------- + +This is a bugfix release for Babel 2.10.0. + +* Messages: Fix ``distutils`` import. Regressed in :gh:`843`. (:gh:`852`) - Nehal J Wani +* The wheel file is no longer marked as universal, since Babel only supports Python 3. + +Version 2.10.0 +-------------- Upcoming deprecation ~~~~~~~~~~~~~~~~~~~~ @@ -19,7 +27,7 @@ Improvements * The ``c`` and ``e`` plural form operands introduced in CLDR 40 are parsed, but otherwise unsupported. (:gh:`826`) * Non-nominative forms of units are currently ignored. -* Messages: Implement `--init-missing` option for `pybabel update` (:gh:`785`) - ruro +* Messages: Implement ``--init-missing`` option for ``pybabel update`` (:gh:`785`) - ruro * Messages: For ``extract``, you can now replace the built-in ``.*`` / ``_*`` ignored directory patterns with ones of your own. (:gh:`832`) - Aarni Koskela, Kinshuk Dua * Messages: Add ``--check`` to verify if catalogs are up-to-date (:gh:`831`) - Krzysztof Jagiełło @@ -32,9 +40,9 @@ Improvements (:gh:`834`) - Juliette Monsel, Aarni Koskela Infrastructure -~~~~~~~~~~~~ +~~~~~~~~~~~~~~ -* The internal `babel/_compat.py` module is no more (:gh:`808`) - Hugo van Kemenade +* The internal ``babel/_compat.py`` module is no more (:gh:`808`) - Hugo van Kemenade * Python 3.10 is officially supported (:gh:`809`) - Hugo van Kemenade * There's now a friendly GitHub issue template. (:gh:`800`) – Álvaro Mondéjar Rubio * Don't use the deprecated format_number function internally or in tests - Aarni Koskela @@ -46,7 +54,7 @@ Infrastructure Bugfixes ~~~~~~~~ -* Date formatting: Allow using `other` as fallback form (:gh:`827`) - Aarni Koskela +* Date formatting: Allow using ``other`` as fallback form (:gh:`827`) - Aarni Koskela * Locales: ``Locale.parse()`` normalizes variant tags to upper case (:gh:`829`) - Aarni Koskela * A typo in the plural format for Maltese is fixed. (:gh:`796`) - Lukas Winkler * Messages: Catalog date parsing is now timezone independent. (:gh:`701`) - rachele-collin