summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorYuriy Glukhov <yuriy.glukhov@gmail.com>2016-08-27 14:11:41 +0300
committerYuriy Glukhov <yuriy.glukhov@gmail.com>2016-08-27 16:52:08 +0300
commit90b0a771e405eab9bc48e83ca7e4f47d3203d088 (patch)
treed7ec1645cabcf86c0724a84bc2451dd7016a64dc /web
parent7e643d73788fd0799cc970601bc75592e9610039 (diff)
downloadNim-90b0a771e405eab9bc48e83ca7e4f47d3203d088.tar.gz
Uncaught exceptions in JS now always propagate with better stack trace.
Diffstat (limited to 'web')
-rw-r--r--web/news/version_0_15_released.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst
index 2b1b216b8..bdbd79a2b 100644
--- a/web/news/version_0_15_released.rst
+++ b/web/news/version_0_15_released.rst
@@ -57,6 +57,9 @@ that have tuple name:
 - Now when you compile console application for Windows, console output
   encoding is automatically set to UTF-8.
 
+- Unhandled exceptions in JavaScript are now thrown regardless ``noUnhandledHandler``
+  is defined. But now they do their best to provide a readable stack trace.
+
 Library Additions
 -----------------