Skip to content

Commit 1728bb4

Browse files
authored
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
1 parent 303a0b2 commit 1728bb4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Change Log
22

3-
### Unreleased
3+
### 21.4b1
44

55
#### _Black_
66

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

18+
#### _Packaging_
19+
20+
- Bump pathspec to >= 0.8.1 to solve invalid .gitignore exclusion handling
21+
1822
### 21.4b0
1923

2024
#### _Black_

Diff for: src/black_primer/primer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
},
113113
"virtualenv": {
114114
"cli_arguments": [],
115-
"expect_formatting_changes": true,
115+
"expect_formatting_changes": false,
116116
"git_clone_url": "https://github.com/pypa/virtualenv.git",
117117
"long_checkout": false,
118118
"py_versions": ["all"]

0 commit comments

Comments
 (0)