Updated CHANGELOG.md
This commit is contained in:
parent
e3b2a3cf9a
commit
386e137547
1 changed files with 18 additions and 0 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -5,6 +5,24 @@ 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).
|
||||
|
||||
## [1.1.0] - 2024-09-23
|
||||
|
||||
This update introduces changes for PHP 8.3 & NCC 2.1.0+ compatibility
|
||||
|
||||
### Added
|
||||
- Added PhpUnit tests for the library
|
||||
- Added new option `--path` to the CLI interface to display the path to the configuration file
|
||||
|
||||
### Changed
|
||||
- Updated the codebase to be compatible with PHP 8.3
|
||||
- Updated the codebase to be compatible with NCC 2.1.0+
|
||||
- Updated Makefile
|
||||
|
||||
### Fixed
|
||||
- Fixed regex patterns to be more robust
|
||||
|
||||
|
||||
|
||||
## [1.0.4] - 2023-08-12
|
||||
|
||||
This update introduces minor improvements
|
||||
|
|
Loading…
Add table
Reference in a new issue