Skip to content

Commit d9eed00

Browse files
committed
add changelog
1 parent 631b6f5 commit d9eed00

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [2.0.0] - 2024-12-20
9+
10+
### Changed
11+
12+
- Change field names in the config.yaml file.
13+
Previously, fields were parsed as lowercase strings. Now, they are dash-separated.
14+
Example: "portbegin" becomes "port-begin".
15+

0 commit comments

Comments
 (0)