summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-06-28 01:39:39 +0200
committerAraq <rumpf_a@web.de>2015-06-29 02:48:33 +0200
commita1caef474bb6e49baed811ea2a3038cd08c9d86c (patch)
treeed13c82a284869c6495194f7e6ad022c21d27b5d /web
parent8f58ab99eb69e2d03a66d4d9401edb87d13e2492 (diff)
downloadNim-a1caef474bb6e49baed811ea2a3038cd08c9d86c.tar.gz
proper distinction between --gc:none and --os:standalone
Diffstat (limited to 'web')
-rw-r--r--web/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index be27d83e5..2d5b75207 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -23,6 +23,11 @@ News
     used: ``import "scene/2d/sprite"``. The former code never was valid Nim.
   - The Windows API wrapper (``windows.nim``) is now not part of the official
     distribution anymore. Instead use the ``oldwinapi`` Nimble package.
+  - There is now a clear distinction between ``--os:standalone``
+    and ``--gc:none``. So if you use ``--os:standalone`` ensure you also use
+    ``--gc:none``. ``--os:standalone`` without ``--gc:none`` is now a version
+    that doesn't depend on any OS but includes the GC. However this version
+    is currently untested!
 
 
   Library additions