From 5a73ca1e0fa9be92e55ba3a011fd6e4f109b35d6 Mon Sep 17 00:00:00 2001 From: joey <1166538+xtjoeytx@users.noreply.github.com> Date: Sat, 21 Jan 2023 14:49:32 -0500 Subject: [PATCH] Updated changelog --- bin/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/changelog.txt b/bin/changelog.txt index 8cafb9aa..a448e70d 100644 --- a/bin/changelog.txt +++ b/bin/changelog.txt @@ -7,6 +7,10 @@ + Update gs2compiler - add support for obj.insert(idx, val) + Update gs2compiler - add support for obj.remove(val) + Update gs2compiler - add support for obj.delete(idx) ++ Update gs2compiler - add support for bitwise operations (left-shift, right-shift, or, xor, invert) +* Update gs2compiler - Fixed modulus assignment +* Update gs2compiler - Fixed constants with negative values +* Update gs2compiler - Fixed precedence for power operator ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Changelog for: