aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages/templates/changelog.md
blob: e416d520ea5a99e1a584d664df6a5fa359649dfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<h1 align="center">Changelog Template</h1>
<p align="center">
    A template for writing changelog
</p>

```markdown
### Unreleased
 
#### Fixes:
 
None
 
#### Optimizations:
 
None
 
#### Features:
 
None
 
#### **BREAKING CHANGES** (API CHANGES):
 
None
```
 
<p align="center" style="font-size: 0.85em; color: gray;">
    Written by @Weicao-CatilGrass
</p>