Skip to content

Commit

Permalink
Update CHANGELOG for 21.4b1 release (#2151)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for 21.4b1 release

* Add pathspec minimum bump + update primer not to expect changes for virtualenv
  • Loading branch information
cooperlees committed Apr 27, 2021
1 parent 303a0b2 commit 1728bb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
@@ -1,6 +1,6 @@
## Change Log

### Unreleased
### 21.4b1

#### _Black_

Expand All @@ -15,6 +15,10 @@
- Don't remove necessary parentheses from assignment expression containing assert /
return statements. (#2143)

#### _Packaging_

- Bump pathspec to >= 0.8.1 to solve invalid .gitignore exclusion handling

### 21.4b0

#### _Black_
Expand Down
2 changes: 1 addition & 1 deletion src/black_primer/primer.json
Expand Up @@ -112,7 +112,7 @@
},
"virtualenv": {
"cli_arguments": [],
"expect_formatting_changes": true,
"expect_formatting_changes": false,
"git_clone_url": "https://github.com/pypa/virtualenv.git",
"long_checkout": false,
"py_versions": ["all"]
Expand Down

0 comments on commit 1728bb4

Please sign in to comment.