]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Update changelog and authors
authorAarni Koskela <akx@iki.fi>
Wed, 20 Apr 2022 17:41:57 +0000 (20:41 +0300)
committerAarni Koskela <akx@iki.fi>
Wed, 20 Apr 2022 18:08:36 +0000 (21:08 +0300)
AUTHORS
CHANGES.rst

diff --git a/AUTHORS b/AUTHORS
index 5750516c428ebb6700d3ce78d8a4cae407140d2c..605a8d0982d3632bd294fa0650a2e581ab1f50ba 100644 (file)
--- 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
index 34e51807d45f1af5b7183cf4b026f2c9e5fb703e..fb5225e82647829f6e05e062f0fa5b96851a1b40 100644 (file)
@@ -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