summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index d919fc6cd..b6776bbb2 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -39,6 +39,8 @@ Language Additions
 ------------------
 
 - Added new ``is`` and ``of`` operators.
+- The built-in type ``void`` can be used to denote the absense of any type.
+  This is only needed in generic contexts.
 
 
 Compiler Additions