|
1 | 1 | Babel Changelog
|
2 | 2 | ===============
|
3 | 3 |
|
| 4 | +Version 2.6.0 |
| 5 | +------------- |
| 6 | + |
| 7 | +Possibly incompatible changes |
| 8 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 9 | + |
| 10 | +These may be backward incompatible in some cases, as some more-or-less internal APIs have changed. |
| 11 | +Please feel free to file issues if you bump into anything strange and we'll try to help! |
| 12 | + |
| 13 | +* Numbers: Refactor decimal handling code and allow bypass of decimal quantization. (@kdeldycke) (PR #538) |
| 14 | +* Messages: allow processing files that are in locales unknown to Babel (@akx) (PR #557) |
| 15 | +* General: Drop support for EOL Python 2.6 and 3.3 (@hugovk) (PR #546) |
| 16 | + |
| 17 | +Other changes |
| 18 | +~~~~~~~~~~~~~ |
| 19 | + |
| 20 | +* CLDR: Use CLDR 33 (@akx) (PR #581) |
| 21 | +* Lists: Add support for various list styles other than the default (@akx) (#552) |
| 22 | +* Messages: Add new PoFileError exception (@Bedrock02) (PR #532) |
| 23 | +* Times: Simplify Linux distro specific explicit timezone setting search (@scop) (PR #528) |
| 24 | + |
| 25 | +Bugfixes |
| 26 | +~~~~~~~~ |
| 27 | + |
| 28 | +* CLDR: avoid importing alt=narrow currency symbols (@akx) (PR #558) |
| 29 | +* CLDR: ignore non-Latin numbering systems (@akx) (PR #579) |
| 30 | +* Docs: Fix improper example for date formatting (@PTrottier) (PR #574) |
| 31 | +* Tooling: Fix some deprecation warnings (@akx) (PR #580) |
| 32 | + |
| 33 | +Tooling & docs |
| 34 | +~~~~~~~~~~~~~~ |
| 35 | + |
| 36 | +* Add explicit signatures to some date autofunctions (@xmo-odoo) (PR #554) |
| 37 | +* Include license file in the generated wheel package (@jdufresne) (PR #539) |
| 38 | +* Python 3.6 invalid escape sequence deprecation fixes (@scop) (PR #528) |
| 39 | +* Test and document all supported Python versions (@jdufresne) (PR #540) |
| 40 | +* Update copyright header years and authors file (@akx) (PR #559) |
| 41 | + |
| 42 | + |
4 | 43 | Version 2.5.3
|
5 | 44 | -------------
|
6 | 45 |
|
@@ -210,15 +249,15 @@ Version 2.1
|
210 | 249 |
|
211 | 250 | - Parse and honour the locale inheritance exceptions
|
212 | 251 | (https://github.com/python-babel/babel/issues/97)
|
213 |
| -- Fix Locale.parse using ``global.dat`` incompatible types |
| 252 | +- Fix Locale.parse using ``global.dat`` incompatible types |
214 | 253 | (https://github.com/python-babel/babel/issues/174)
|
215 | 254 | - Fix display of negative offsets in ``FixedOffsetTimezone``
|
216 | 255 | (https://github.com/python-babel/babel/issues/214)
|
217 | 256 | - Improved odict performance which is used during localization file
|
218 | 257 | build, should improve compilation time for large projects
|
219 | 258 | - Add support for "narrow" format for ``format_timedelta``
|
220 | 259 | - Add universal wheel support
|
221 |
| -- Support 'Language' header field in .PO files |
| 260 | +- Support 'Language' header field in .PO files |
222 | 261 | (fixes https://github.com/python-babel/babel/issues/76)
|
223 | 262 | - Test suite enhancements (coverage, broken tests fixed, etc)
|
224 | 263 | - Documentation updated
|
@@ -313,7 +352,7 @@ Version 1.0
|
313 | 352 | string does not contain any string formattings (:trac:`150`).
|
314 | 353 | - Fix Serbian plural forms (:trac:`213`).
|
315 | 354 | - Small speed improvement in format_date() (:trac:`216`).
|
316 |
| -- Fix so frontend.CommandLineInterface.run does not accumulate logging |
| 355 | +- Fix so frontend.CommandLineInterface.run does not accumulate logging |
317 | 356 | handlers (:trac:`227`, reported with initial patch by dfraser)
|
318 | 357 | - Fix exception if environment contains an invalid locale setting
|
319 | 358 | (:trac:`200`)
|
@@ -390,11 +429,11 @@ Version 0.9.6
|
390 | 429 | string does not contain any string formattings (:trac:`150`).
|
391 | 430 | - Fix Serbian plural forms (:trac:`213`).
|
392 | 431 | - Small speed improvement in format_date() (:trac:`216`).
|
393 |
| -- Fix number formatting for locales where CLDR specifies alt or draft |
| 432 | +- Fix number formatting for locales where CLDR specifies alt or draft |
394 | 433 | items (:trac:`217`)
|
395 | 434 | - Fix bad check in format_time (:trac:`257`, reported with patch and tests by
|
396 | 435 | jomae)
|
397 |
| -- Fix so frontend.CommandLineInterface.run does not accumulate logging |
| 436 | +- Fix so frontend.CommandLineInterface.run does not accumulate logging |
398 | 437 | handlers (:trac:`227`, reported with initial patch by dfraser)
|
399 | 438 | - Fix exception if environment contains an invalid locale setting
|
400 | 439 | (:trac:`200`)
|
|
0 commit comments