Skip to content

Commit

Permalink
Make CHANGELOG more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Sep 26, 2018
1 parent a4b5c08 commit 9372dc8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,17 +940,19 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).

* code with `_` in numeric literals is recognized as Python 3.6+

* most letters in numeric literals are lowercased (e.g., in `1e10` or `0xab`)
* most letters in numeric literals are lowercased (e.g., in `1e10`, `0x01`)

* hexadecimal digits are always uppercased (e.g. `0xBADC0DE`)

* added `blackd`, see [its documentation](#blackd) for more info (#349)

* adjacent string literals are now correctly split into multiple lines (#463)

* trailing comma is now added to single imports that don't fit on a line (#250)

* cache is now populated when `--check` is successful for a file which speeds up
consecutive checks of properly formatted unmodified files (#448)

* code with `_` in numeric literals is recognized as Python 3.6+ (#461)

This comment has been minimized.

Copy link
@zsol

zsol Sep 26, 2018

Collaborator

This is still an accurate entry

This comment has been minimized.

Copy link
@ambv

ambv Sep 26, 2018

Author Collaborator

yeah, it's on line 941, too.


* fixed unstable formatting when unpacking big tuples (#267)

* fixed parsing of `__future__` imports with renames (#389)
Expand All @@ -966,9 +968,6 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
to be a bad idea (#415)


* trailing comma is now added to single imports that don't fit on a line (#250)


### 18.6b4

* hotfix: don't freeze when multiple comments directly precede `# fmt: off` (#371)
Expand Down

0 comments on commit 9372dc8

Please sign in to comment.