Introduction
All significant changes to our project will be meticulously documented on this page to ensure transparency and clarity. The format we are using is based on Keep a Changelog, which provides a structured and clear way to record changes. Additionally, this project strictly adheres to Semantic Versioning, ensuring that version numbers are meaningful and changes are communicated effectively.
Types of Changes
- `Added for new features.
- `Changed for changes in existing functionality.
Fixed
for any bug fixes.Deprecated
for soon-to-be removed features.Removed
for now removed features.Security
in case of vulnerabilities.