generated from templates/repo-template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
794 B
54 lines
794 B
![]()
12 months ago
|
<!--
|
||
|
reference: https://keepachangelog.com
|
||
|
-->
|
||
|
|
||
|
# Changelog
|
||
|
|
||
|
## [MAJOR.MINOR.PATCH-LABEL] - YYYY-MM-DD
|
||
|
|
||
|
<!--
|
||
|
Describe the purpose of this release.
|
||
|
Each of the below sections should contain the links to the fixed issues.
|
||
|
-->
|
||
|
|
||
|
### Security
|
||
|
|
||
|
<!--
|
||
|
Optional Section for security relevant patches
|
||
|
-->
|
||
|
|
||
|
### Added
|
||
|
|
||
|
<!--
|
||
|
Section for new Features and Additions.
|
||
|
Most likely a MINOR or MAJOR update.
|
||
|
-->
|
||
|
|
||
|
### Changed
|
||
|
|
||
|
<!--
|
||
|
Changed Behavior in API or Application.
|
||
|
Most likely a MAJOR update.
|
||
|
-->
|
||
|
|
||
|
### Deprecated
|
||
|
|
||
|
<!--
|
||
|
Deprecation, which will be removed in a future release.
|
||
|
The future release must be mentioned.
|
||
|
-->
|
||
|
|
||
|
### Removed
|
||
|
|
||
|
<!--
|
||
|
Removals or Deletions, which were deprecated beforehand.
|
||
|
Most likely a Minor or Major update.
|
||
|
-->
|
||
|
|
||
|
### Fixed
|
||
|
|
||
|
<!--
|
||
|
Bugfixes or other minor fixes.
|
||
|
Most likely a patch.
|
||
|
-->
|