From 0bcc79a8a6988b423ae71993aad47ccc217b5748 Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Thu, 29 Feb 2024 17:03:10 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da95b98..f90606b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel ## Unreleased +### Bugfixes/improvements +- Clean existing app build files before creating another build using the `neu build` command. +- Support older Node versions by removing the optional chaining feature usage. + ## v11.0.0 ### Core: Runner