Explorar o código

CHANGELOG: Typechecked binops.

Herby Vojčík %!s(int64=4) %!d(string=hai) anos
pai
achega
813b6ce449
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      CHANGELOG

+ 11 - 0
CHANGELOG

@@ -1,3 +1,14 @@
+20 Apr 2020 - Release 0.28.0
+===================================
+
+* Fixing bugs related to lack of typechecking binary operations.
+  * String >> , now only accepts strings and character arrays.
+  * Number arithmetics and bit manipulations only accept numbers.
+  * Number comparisons return false for non-numbers.
+
+Commits: https://lolg.it/amber/amber/commits/0.28.0
+
+
 19 Apr 2020 - Release 0.27.1
 ===================================