From f44e26a39c22ef13accf0f0287e4ed728eebde4f Mon Sep 17 00:00:00 2001 From: Scott Kirvan <61367618+ScottKirvan@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:56:51 -0800 Subject: [PATCH] cleanup some formatting - no changes --- notes/CHANGELOG.md | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/notes/CHANGELOG.md b/notes/CHANGELOG.md index f9afde3..bf42e97 100644 --- a/notes/CHANGELOG.md +++ b/notes/CHANGELOG.md @@ -10,22 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - initial repo/template check-in - - - ----------------------------------------------------------------------------- ## Changelog Template: -### Added -- for new features. -### Changed -- for changes in existing functionality. -### Depricated -- for soon-to-be removed features. -### Removed -- for now removed features. -### Fixed -- for any bug fixes. -### Refactored -- no functional changes, just cleanup or reorganizing. -### Security -- in case of vulnerabilities. \ No newline at end of file +- ***Added*** - for new features. +- ***Changed*** - for changes in existing functionality. +- ***Depricated*** - for soon-to-be removed features. +- ***Removed*** - for now removed features. +- ***Fixed*** - for any bug fixes. +- ***Refactored*** - no functional changes, just cleanup or reorganizing. +- ***Security*** - in case of vulnerabilities. \ No newline at end of file