updated CHANGELOG
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 19 Sep 2020 23:45:30 +0000 (18:45 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 19 Sep 2020 23:45:30 +0000 (18:45 -0500)
CHANGELOG

index 8493ae48f4d655b96a40c9b044c62c57fe46e283..c71302992ceb41fbbef820e8f240897b72b13163 100644 (file)
--- 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: