summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 896cf9941..d863b2ed8 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -49,6 +49,11 @@ Language Additions
 - ``macros.dumpTree`` and ``macros.dumpLisp`` have been made ``immediate``,
   ``dumpTreeImm`` and ``dumpLispImm`` are now deprecated.
 - Added ``requiresInit`` pragma to enforce explicit initialization.
+- Added ``using statement`` for better authoring domain-specific languages and
+  OOP-like syntactic sugar.
+- Added ``delegator pragma`` for handling calls to missing procs and fields at
+  compile-time.
+- Support for user-defined type classes have been added.
 
 
 2013-05-20 New website design!