docs: add CHANGELOG.md

This commit is contained in:
Anton Petnitsky 2026-07-09 05:31:04 +03:00
commit 7b1ef39fbf

36
CHANGELOG.md Normal file
View file

@ -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)*