From b4c81b869cf3868d5df154ef5c452dd022caeee3 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 20 Oct 2023 16:53:08 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ce4f41..aa9f9dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Unreleased +## Added +- REPL (https://github.com/buzz-language/buzz/issues/17) available by running buzz without any argument +- Function argument names and object property names can be ommitted if the provided value is a named variable with the same name (https://github.com/buzz-language/buzz/issues/204) + +## Changed + +## Fixed + # 0.3.0 (10-14-2023) ## Added