From 7fcbccb9d723329987c071c12cc32a6858d73360 Mon Sep 17 00:00:00 2001 From: codeurzebs Date: Tue, 10 Oct 2023 11:57:53 +0100 Subject: [PATCH] Create changelog.md --- docs/changelog.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/changelog.md diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..f5dc335 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,42 @@ +# NGcodeX OS Community Platform Changelog + +All notable changes to the NGcodeX Community Platform will be documented in this file. + +## [Unreleased] + +### Added + +- New feature: [Feature name or description] +- ... + +### Changed + +- Improvement: [Describe the change] +- ... + +### Fixed + +- Bug fix: [Describe the fix] +- ... + +## [Version] - YYYY-MM-DD + +### Added + +- New feature: [Feature name or description] +- ... + +### Changed + +- Improvement: [Describe the change] +- ... + +### Fixed + +- Bug fix: [Describe the fix] +- ... + +## [Previous Versions] + +For changes in versions prior to this file, please refer to the project repository's commit history. +