Skip to content

Commit d1d4fc5

Browse files
authored
Add new release template (#4228)
1 parent 6fdf8a4 commit d1d4fc5

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGES.md

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

3+
## Unreleased
4+
5+
### Highlights
6+
7+
<!-- Include any especially major or disruptive changes here -->
8+
9+
### Stable style
10+
11+
<!-- Changes that affect Black's stable style -->
12+
13+
### Preview style
14+
15+
<!-- Changes that affect Black's preview style -->
16+
17+
### Configuration
18+
19+
<!-- Changes to how Black can be configured -->
20+
21+
### Packaging
22+
23+
<!-- Changes to how Black is packaged, such as dependency requirements -->
24+
25+
### Parser
26+
27+
<!-- Changes to the parser or to version autodetection -->
28+
29+
### Performance
30+
31+
<!-- Changes that improve Black's performance. -->
32+
33+
### Output
34+
35+
<!-- Changes to Black's terminal output and error messages -->
36+
37+
### _Blackd_
38+
39+
<!-- Changes to blackd -->
40+
41+
### Integrations
42+
43+
<!-- For example, Docker, GitHub Actions, pre-commit, editors -->
44+
45+
### Documentation
46+
47+
<!-- Major changes to documentation and policies. Small docs changes
48+
don't need a changelog entry. -->
49+
350
## 24.2.0
451

552
### Stable style

0 commit comments

Comments
 (0)