diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 0c3cedf35..fd9ac77c2 100644 --- a/web/news.txt +++ b/web/news.txt @@ -36,6 +36,8 @@ News lock levels and object field ``guards``. - The ``parallel`` statement has been implemented. - ``deepCopy`` has been added to the language. + - The builtin ``procCall`` can be used to get ``super``-like functionality + for multi methods. Compiler Additions |