Browse Source

CHANGELOG: Typechecked binops.

Herby Vojčík 3 years ago
parent
commit
813b6ce449
1 changed files with 11 additions and 0 deletions
  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
 ===================================