]> git.draconx.ca Git - gob-dx.git/blobdiff - NEWS
Release 0.90.1
[gob-dx.git] / NEWS
diff --git a/NEWS b/NEWS
index c93f17174213cf57778aa921b0f0e56dffe38d81..28d8895861555107058910926c506621c1d30c47 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.90.1
+       * accept 'const' in argument lists
+       * accept '...' in public and private method argument lists
+
+0.90.0
+       * changed "this" to "self" but recognize "this" as well
+       * warn if "new" is not public
+       * check symbols/arguments/signals for duplicates
+
+0.0.4
+       * you can have tokens inside check statements
+       * avoid warnings when no overrides, signals and arguments
+
 0.0.3
        * "type", "check", "first", "last" and "null" no longer reserved
          words in method prototypes