From: Brendan Hansen Date: Thu, 17 Sep 2020 19:43:36 +0000 (-0500) Subject: updated CHANGELOG X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=40b7142f61b7f90eda228ca50ea50785a9cacb6f;p=onyx.git updated CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index 9df5ac0e..bde7b6c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,15 +1,20 @@ Release v0.0.3 -------------- Additions: -* Added polymorphic structs -* Added polymorphic structs to polymorphic pattern matching -* Added I32Map polymorphic structure to core library +* Added polymorphic structs. +* Added polymorphic structs to polymorphic pattern matching. +* Added I32Map polymorphic structure to core library. +* Added println to core library; print followed by a newline. +* Added tests/ folder and runtests.sh which will compile and execute the programs in the + folder and test against their expected output. Removals: Changes: * Switched to using TCC as the primary compiler, while maintaining support for GCC. +* boolean literals are compile time known so they can be used at top level. Bug fixes: * Fixed error message index for struct literal member type mismatch. * Fixed freeing non-allocated memory when generating documentation. +* Fixed alignment issue with struct members