Skip to content

Commit edaf085

Browse files
committed
new changelog template
1 parent b844c8a commit edaf085

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
## 25.1.0
451

552
### Highlights

0 commit comments

Comments
 (0)