summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-05-26 01:19:19 +0200
committerAraq <rumpf_a@web.de>2013-05-26 01:19:19 +0200
commitca02dfab4801930ba44d08fc655fcbc6e3b11a21 (patch)
tree820ac655a54a12c4881cf6def58ebd111d546a6c /web/news.txt
parentda93b591e2b2dd6323c368d4586650711b5c0f3c (diff)
downloadNim-ca02dfab4801930ba44d08fc655fcbc6e3b11a21.tar.gz
implements #397
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 0b707678e..5d79d8271 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -26,6 +26,9 @@ Compiler Additions
 Language Additions
 ------------------
 
+- Arrays can now be declared with a single integer literal ``N`` instead of a
+  range; the range is then ``0..N-1``.
+
 
 
 2013-05-20 New website design!