From a76a8a4ae6e6e4a475a3e6c40922beeaf14f760f Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 17 Oct 2023 21:44:22 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea4402..efea8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 - Implemented support in the AST traversal for the PHP statements `include`, `include_once`, `require`, and