Update CHANGELOG for 21.4b1 release (#2151)
* Update CHANGELOG for 21.4b1 release * Add pathspec minimum bump + update primer not to expect changes for virtualenv
This commit is contained in:
parent
303a0b2c4d
commit
1728bb441e
@ -1,6 +1,6 @@
|
|||||||
## Change Log
|
## Change Log
|
||||||
|
|
||||||
### Unreleased
|
### 21.4b1
|
||||||
|
|
||||||
#### _Black_
|
#### _Black_
|
||||||
|
|
||||||
@ -15,6 +15,10 @@
|
|||||||
- Don't remove necessary parentheses from assignment expression containing assert /
|
- Don't remove necessary parentheses from assignment expression containing assert /
|
||||||
return statements. (#2143)
|
return statements. (#2143)
|
||||||
|
|
||||||
|
#### _Packaging_
|
||||||
|
|
||||||
|
- Bump pathspec to >= 0.8.1 to solve invalid .gitignore exclusion handling
|
||||||
|
|
||||||
### 21.4b0
|
### 21.4b0
|
||||||
|
|
||||||
#### _Black_
|
#### _Black_
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
},
|
},
|
||||||
"virtualenv": {
|
"virtualenv": {
|
||||||
"cli_arguments": [],
|
"cli_arguments": [],
|
||||||
"expect_formatting_changes": true,
|
"expect_formatting_changes": false,
|
||||||
"git_clone_url": "https://github.com/pypa/virtualenv.git",
|
"git_clone_url": "https://github.com/pypa/virtualenv.git",
|
||||||
"long_checkout": false,
|
"long_checkout": false,
|
||||||
"py_versions": ["all"]
|
"py_versions": ["all"]
|
||||||
|
Loading…
Reference in New Issue
Block a user