updated CHANGELOG
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 17 Sep 2020 19:43:36 +0000 (14:43 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 17 Sep 2020 19:43:36 +0000 (14:43 -0500)
CHANGELOG

index 9df5ac0e875860bf806db9aa9119bd29b5d42847..bde7b6c33a6e1b0ebc3e69360ceaafeaaa600af1 100644 (file)
--- 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