diff options
author | Araq <rumpf_a@web.de> | 2012-07-02 08:49:38 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-02 08:49:38 +0200 |
commit | 2e2650c708e5ad163aac1be11e0e434cc3126e48 (patch) | |
tree | 9dd5e8080f861f53a7b3c84d12743d0b6948a833 /web/news.txt | |
parent | dd97e00553884495c486a121bb71c49bc19c1271 (diff) | |
download | Nim-2e2650c708e5ad163aac1be11e0e434cc3126e48.tar.gz |
' is optional in type suffixes for numerical literals
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
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 |