Updated CHANGELOG.md
This commit is contained in:
parent
7293519ba3
commit
5b870bd8b9
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [2.0.3] - Unreleased
|
## [2.0.3] - 2023-10-17
|
||||||
|
|
||||||
|
This update includes enhanced support for PHP statements in AST traversal, a friendly CLI Progress Bar, and fixes
|
||||||
|
related to package version searching, ncc's extension registration, and error handling in PackageManagerMenu.
|
||||||
|
The changes improve the system's efficiency, error resilience, and user experience.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Implemented support in the AST traversal for the PHP statements `include`, `include_once`, `require`, and
|
- Implemented support in the AST traversal for the PHP statements `include`, `include_once`, `require`, and
|
||||||
|
|
Loading…
Add table
Reference in a new issue