summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2013-09-03 03:14:22 +0300
committerZahary Karadjov <zahary@gmail.com>2013-09-03 03:14:22 +0300
commitc8c8d2035af189bdf63b39d4e47266a6e67c38b9 (patch)
tree116e96585a964e91fcb33d57cc31070a65f182c4 /web
parentb5d833b329191cf99718e2ea6dc08895c47dd8f9 (diff)
downloadNim-c8c8d2035af189bdf63b39d4e47266a6e67c38b9.tar.gz
partially documented the new features
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!