From bc86e5a65d250b9aa217fe73f161a10ba1f1af81 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 10 Oct 2024 14:16:25 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb049d..2a59b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.4] - Ongoing -New Update +This update introduces minor bug fixes & improvements + +### Fixed + - ncc will now correctly handle package execution where the main unit is not defined in the package instead of + throwing an exception. + ## [2.1.3] - 2024-09-27