From ad365a0f5d522f0eefc0051c9a6e83355f00725e Mon Sep 17 00:00:00 2001 From: Felipe Armoni Date: Sat, 14 Dec 2024 13:23:00 -0300 Subject: [PATCH] Updated changelog --- waspc/ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/waspc/ChangeLog.md b/waspc/ChangeLog.md index a66b07cbc8..730520a647 100644 --- a/waspc/ChangeLog.md +++ b/waspc/ChangeLog.md @@ -10,6 +10,8 @@ - Enabled strict null checks for the Wasp SDK which means that some of the return types are more precise now e.g. you'll need to check if some value is `null` before using it. +- Improved the error message when the user has a top level *.wasp* file. + ## 0.15.2 ### 🐞 Bug fixes