From 00c46c7d55ada0b8860ac5ebaf61d1af8840ae26 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Sat, 19 Sep 2020 18:45:30 -0500 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.25.1