Skip to content

Commit cef9189

Browse files
committed
Distill changelog
1 parent 0a34025 commit cef9189

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

AUTHORS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ Babel is written and maintained by the Babel team and various contributors:
2525
- Sachin Paliwal
2626
- Alex Willmer
2727
- Daniel Neuhäuser
28+
- Miro Hrončok
2829
- Cédric Krier
2930
- Luke Plant
3031
- Jennifer Wang
3132
- Lukas Balaga
3233
- sudheesh001
33-
- Miro Hrončok
34+
- Niklas Hambüchen
3435
- Changaco
3536
- Xavier Fernandez
3637
- KO. Mattsson
@@ -45,6 +46,12 @@ Babel is written and maintained by the Babel team and various contributors:
4546
- Leonardo Pistone
4647
- Jun Omae
4748
- Hyunjun Kim
49+
- Alessio Bogon
50+
- Nikiforov Konstantin
51+
- Abdullah Javed Nesar
52+
- Brad Martin
53+
- Tyler Kennedy
54+
- CyanNani123
4855
- sebleblanc
4956
- He Chen
5057
- Steve (Gadget) Barnes

CHANGES

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
Babel Changelog
22
===============
33

4+
Version 2.9.0
5+
-------------
6+
7+
Upcoming version support changes
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
* This version, Babel 2.9, is the last version of Babel to support Python 2.7, Python 3.4, and Python 3.5.
11+
12+
Improvements
13+
~~~~~~~~~~~~
14+
15+
* CLDR: Use CLDR 37 – Aarni Koskela (#734)
16+
* Dates: Handle ZoneInfo objects in get_timezone_location, get_timezone_name - Alessio Bogon (#741)
17+
* Numbers: Add group_separator feature in number formatting - Abdullah Javed Nesar (#726)
18+
19+
Bugfixes
20+
~~~~~~~~
21+
22+
* Dates: Correct default Format().timedelta format to 'long' to mute deprecation warnings – Aarni Koskela
23+
* Import: Simplify iteration code in "import_cldr.py" – Felix Schwarz
24+
* Import: Stop using deprecated ElementTree methods "getchildren()" and "getiterator()" – Felix Schwarz
25+
* Messages: Fix unicode printing error on Python 2 without TTY. – Niklas Hambüchen
26+
* Messages: Introduce invariant that _invalid_pofile() takes unicode line. – Niklas Hambüchen
27+
* Tests: fix tests when using Python 3.9 – Felix Schwarz
28+
* Tests: Remove deprecated 'sudo: false' from Travis configuration – Jon Dufresne
29+
* Tests: Support Py.test 6.x – Aarni Koskela
30+
* Utilities: LazyProxy: Handle AttributeError in specified func – Nikiforov Konstantin (#724)
31+
* Utilities: Replace usage of parser.suite with ast.parse – Miro Hrončok
32+
33+
Documentation
34+
~~~~~~~~~~~~~
35+
36+
* Update parse_number comments – Brad Martin (#708)
37+
* Add __iter__ to Catalog documentation – @CyanNani123
38+
439
Version 2.8.1
540
-------------
641

0 commit comments

Comments
 (0)