diff options
author | Araq <rumpf_a@web.de> | 2014-02-18 09:57:59 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-02-18 09:57:59 +0100 |
commit | ab72377ce64cf2b563ea90204925b793082971cb (patch) | |
tree | 5237fb7255660ed3d7761cd56ad6715de1adb30c /web | |
parent | 15953dfed952cf2a54f6466b335abcbf676de141 (diff) | |
download | Nim-ab72377ce64cf2b563ea90204925b793082971cb.tar.gz |
renamed noStackFrame to asmNoStackFrame
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
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 |