summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichał Zieliński <michal@zielinscy.org.pl>2013-12-18 18:21:55 +0100
committerMichał Zieliński <michal@zielinscy.org.pl>2013-12-18 18:21:55 +0100
commit7d5fa3f52d23c4f238c1664fc568eb7f3c6a34b6 (patch)
treecae123d5d9c3a49b76dde519c6709033b50c051f
parent101d8bc9c333546b970e670be116e45788a069d0 (diff)
downloadNim-7d5fa3f52d23c4f238c1664fc568eb7f3c6a34b6.tar.gz
add info about CGI error reporing changes to web/news.txt
-rw-r--r--web/news.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 1b492fa97..3d1546fb7 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -29,7 +29,6 @@ Changes affecting backwards compatibility
   using the new ``OSLastError`` proc.
 - ``os.parentDir`` now returns "" if there is no parent dir.
 
-
 Compiler Additions
 ------------------
 
@@ -41,7 +40,8 @@ Compiler Additions
   over the generated code.
 - The compiler now supports a ``computedGoto`` pragma to support very fast
   dispatching for interpreters and the like.
-
+- In CGI scripts stacktraces are shown user only if cgi.setStackTraceStdout
+  is used.
 
 Language Additions
 ------------------