summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2014-02-15 17:41:35 +0200
committerZahary Karadjov <zahary@gmail.com>2014-02-15 17:41:35 +0200
commit492fa86638f20c3230d9086296b9d1c76ae66916 (patch)
tree9b22185affba6b0717e2ab7940e48dcf2129859f /web
parenta158053ae9d04ebd882b2c973ddf4a3dd7d4efe8 (diff)
downloadNim-492fa86638f20c3230d9086296b9d1c76ae66916.tar.gz
the delegator pragma becomes a set of dot operators
Diffstat (limited to 'web')
-rw-r--r--web/news.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index a045eb880..b28e5c64a 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -68,8 +68,8 @@ Language Additions
 - Exported templates are allowed to access hidden fields.
 - The ``using statement`` enables you to more easily author domain-specific
   languages and libraries providing OOP-like syntactic sugar.
-- Added a new ``delegator pragma`` for handling calls to missing procs and
-  fields at compile-time.
+- Added the possibility to override various dot operators in order to handle
+  calls to missing procs and reads from undeclared fields at compile-time.
 - The overload resolution now supports ``static[T]`` params that must be
   evaluable at compile-time.
 - Support for user-defined type classes has been added.