summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-02-18 09:57:59 +0100
committerAraq <rumpf_a@web.de>2014-02-18 09:57:59 +0100
commitab72377ce64cf2b563ea90204925b793082971cb (patch)
tree5237fb7255660ed3d7761cd56ad6715de1adb30c /web
parent15953dfed952cf2a54f6466b335abcbf676de141 (diff)
downloadNim-ab72377ce64cf2b563ea90204925b793082971cb.tar.gz
renamed noStackFrame to asmNoStackFrame
Diffstat (limited to 'web')
-rw-r--r--web/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 187797b58..f9ac1b66d 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -41,6 +41,8 @@ News
     - The ``nil`` statement has been deprecated, use an empty ``discard`` instead.
     - ``sockets.select`` now prunes sockets that are **not** ready from the list
       of sockets given to it.
+    - The ``noStackFrame`` pragma has been renamed to ``asmNoStackFrame`` to
+      ensure you only use it when you know what you're doing.
 
 
     Compiler Additions