From c3406ca13f5e67e34fafb9bfab68ae0e41afb623 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sat, 19 Aug 2023 12:37:14 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19529e9..ba82f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.4] - Unreleased +This update introduces major changes in the codebase, including the removal of Win32 support, and the addition of new +features. + ### Added - `LICENSE.md` & `license.md` are now detected as license files in `\ncc\Classes\ComposerExtension > ComposerSourceBuiltin > convertProject()` - Added new exception `PathNotFoundException` and implemented it in replacement for `DirectoryNotFoundException` and