Mark Sibly 7 years ago
parent
commit
c56a28aaa2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      VERSIONS.TXT

+ 2 - 0
VERSIONS.TXT

@@ -1,6 +1,8 @@
 
 
 ***** Monkey2 v1.1.08 *****
 ***** Monkey2 v1.1.08 *****
 
 
+Language addition: Added where expressions to classes. Note that since classes can't be overloaded, class where expressions can ponly possibly generate errors, they can't be used to 'select' a particular overload.
+
 Language addition: parser now allows optional newlines before primary expressions.
 Language addition: parser now allows optional newlines before primary expressions.
 
 
 Language addition: objects can now by cast to/from void ptr using the Cast<> operator.
 Language addition: objects can now by cast to/from void ptr using the Cast<> operator.