Change log wording and ordering

This commit is contained in:
Łukasz Langa 2019-05-09 18:18:10 +02:00
parent bc36e95966
commit 189520bff1
No known key found for this signature in database
GPG Key ID: B26995E310250568

View File

@ -998,30 +998,33 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
### 19.5b0 ### 19.5b0
* don't crash when run on a Windows machine with more than 61 cores (#838) * added `black -c` as a way to format code passed from the command line
(#761)
* remove unnecessary parentheses around `yield` expressions (#834)
* add parentheses around long tuples in unpacking assignments (#832)
* don't produce invalid code for `from` ... `import` blocks with comments
(#829)
* fix grammar selection (#765)
* fix feature detection for trailing commas in function definitions and
call sites (#763)
* add `black -c` as a way to format code passed from the command line (#761)
* fix bug that led *Black* format some code with a line length target of 1
(#762)
* --safe now works with Python 2 code (#840) * --safe now works with Python 2 code (#840)
* fixed grammar selection for Python 2-specific code (#765)
* fixed feature detection for trailing commas in function definitions
and call sites (#763)
* *Black* no longer crashes on Windows machines with more than 61 cores
(#838)
* *Black* no longer crashes on standalone comments prepended with * *Black* no longer crashes on standalone comments prepended with
a backslash (#767) a backslash (#767)
* *Black* no longer crashes on `from` ... `import` blocks with comments
(#829)
* removed unnecessary parentheses around `yield` expressions (#834)
* added parentheses around long tuples in unpacking assignments (#832)
* fixed bug that led *Black* format some code with a line length target
of 1 (#762)
### 19.3b0 ### 19.3b0
* new option `--target-version` to control which Python versions * new option `--target-version` to control which Python versions
@ -1048,6 +1051,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
* `blackd` now supports CORS (#622) * `blackd` now supports CORS (#622)
### 18.9b0 ### 18.9b0
* numeric literals are now formatted by *Black* (#452, #461, #464, #469): * numeric literals are now formatted by *Black* (#452, #461, #464, #469):