projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd7b78
)
updated CHANGELOG
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Sat, 19 Sep 2020 23:45:30 +0000
(18:45 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Sat, 19 Sep 2020 23:45:30 +0000
(18:45 -0500)
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/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: