diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2aab7891 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- Future features and improvements will be listed here + +### Changed +- Ongoing updates and modifications + +### Fixed +- Bug fixes and corrections + +--- + +## How to Update This Changelog + +When making changes, add an entry under `[Unreleased]` in the appropriate category: + +- **Added** – new features +- **Changed** – changes to existing functionality +- **Deprecated** – soon-to-be removed features +- **Removed** – removed features +- **Fixed** – bug fixes +- **Security** – vulnerability fixes + +When releasing, change `[Unreleased]` to the version number and date, +then add a new empty `[Unreleased]` section at the top. + +--- +*Documentation contributed by [Mukller](https://github.com/Mukller)*