From c627a5f3a9e134376a402d242610d1d4958b8c3b Mon Sep 17 00:00:00 2001 From: emielvdveen Date: Thu, 13 Jun 2024 14:08:58 +0200 Subject: [PATCH] Fixed: changelog formatting --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa84f21..9d183aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## Types of Changes and How to Note Them -Added - For any new features that have been added since the last version was released -Changed - To note any changes to the software's existing functionality -Deprecated - To note any features that were once stable but are no longer and have thus been removed -Fixed - Any bugs or errors that have been fixed should be so noted -Removed - This notes any features that have been deleted and removed from the software -Security - This acts as an invitation to users who want to upgrade and avoid any software vulnerabilities +* Added - For any new features that have been added since the last version was released +* Changed - To note any changes to the software's existing functionality +* Deprecated - To note any features that were once stable but are no longer and have thus been removed +* Fixed - Any bugs or errors that have been fixed should be so noted +* Removed - This notes any features that have been deleted and removed from the software +* Security - This acts as an invitation to users who want to upgrade and avoid any software vulnerabilities ## 2 - unreleased