diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..15dcee939c53d5ab0644b14fab1830153dc89412 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# 0.0.1 + +### Added + +A CHANGELOG.md file _exciting_ + +# Guide + +## Use the following headers for each log + +Delete as you see fit and use # for version number + +- 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 + +Here is set to copy + +### 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