diff options
author | Araq <rumpf_a@web.de> | 2015-08-10 02:50:15 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-08-14 02:19:32 +0200 |
commit | 2f721f0d9928a4ae25b2f2b3761d8861a13e877d (patch) | |
tree | 9e3c7b62e3778395a20cb2388df599df6516b153 /web | |
parent | 40f764683033e0374fe02850474c5c8a439fb6bb (diff) | |
download | Nim-2f721f0d9928a4ae25b2f2b3761d8861a13e877d.tar.gz |
'parallel' now requires --experimental mode
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 518793a4a..16ac286ae 100644 --- a/web/news.txt +++ b/web/news.txt @@ -44,6 +44,9 @@ News been removed. - ``macros.high`` never worked and the manual says ``high`` cannot be overloaded, so we removed it with no deprecation cycle. + - To use the ``parallel`` statement you now have to + use the ``--experimental`` mode. + Library additions |