From: Brendan Hansen Date: Sat, 19 Sep 2020 23:45:30 +0000 (-0500) Subject: updated CHANGELOG X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=00c46c7d55ada0b8860ac5ebaf61d1af8840ae26;p=onyx.git updated CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index 8493ae48..c7130299 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ Release v0.0.4 Additions: * Ability to pass complicated structs by value. Very useful in polymorphic data types. * bitwise not operator, ~ +* auto cast operator, ~~. In many circumstances, will automatically determine what to cast to. + - Will also report errors in the cast is not possible. Removals: