summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-02 08:49:38 +0200
committerAraq <rumpf_a@web.de>2012-07-02 08:49:38 +0200
commit2e2650c708e5ad163aac1be11e0e434cc3126e48 (patch)
tree9dd5e8080f861f53a7b3c84d12743d0b6948a833 /web/news.txt
parentdd97e00553884495c486a121bb71c49bc19c1271 (diff)
downloadNim-2e2650c708e5ad163aac1be11e0e434cc3126e48.tar.gz
' is optional in type suffixes for numerical literals
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 8a53b6853..aa255a0b1 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -119,6 +119,7 @@ Language Additions
   allowing for *sigil-like* operators.
 - Stand-alone ``finally`` and ``except`` blocks are now supported.
 - Macros and templates can now be invoked as pragmas.
+- The apostrophe in type suffixes for numerical literal is now optional.
 
 
 2012-02-09 Version 0.8.14 released