From: Brendan Hansen Date: Sun, 6 Dec 2020 22:34:36 +0000 (-0600) Subject: updated CHANGELOG X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=488ec07fdf7ba6141fee5df93c03c74bd62f61f8;p=onyx.git updated CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index 7becc5f1..bf592ea0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,8 @@ Additions: * #private_file directive for placing a symbol at file scope. * a basic implentation of printf in the standard library. * use statements at the function level. +* nested packages, i.e. 'core.array' + - Still testing it out; could change at in the future Removals: diff --git a/Makefile b/Makefile index 386fe703..65688706 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RELEASE=0 +RELEASE=1 TIME=0 OBJ_FILES=\ diff --git a/onyx b/onyx index c0dd1f34..385ee6b3 100755 Binary files a/onyx and b/onyx differ