Changelog Generator

This commit is contained in:
Robert Jelic
2025-02-10 17:42:29 +01:00
parent a81e62c227
commit f0b2f81277
2 changed files with 60 additions and 0 deletions

20
CHANGELOG.md Normal file
View File

@@ -0,0 +1,20 @@
# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial LuaLS support
- Automatic documentation generation
- Property and event annotations
### Changed
- Improved type definitions
- Enhanced error handling
### Fixed
- Various minor bugs