diff options
author | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2016-08-27 21:37:02 +0300 |
---|---|---|
committer | Yuriy Glukhov <yuriy.glukhov@gmail.com> | 2016-08-27 21:37:02 +0300 |
commit | fc4bced41b174668c5239afda1d5aade45f055bf (patch) | |
tree | 4b54737b2a45c526b79799e80e2cdc0fa7fa445e | |
parent | cafcf1308a608ce35aa3a7abba8a28534e2b75e1 (diff) | |
download | Nim-fc4bced41b174668c5239afda1d5aade45f055bf.tar.gz |
Added a note about system.alert deprecation
-rw-r--r-- | web/news/version_0_15_released.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst index bdbd79a2b..683cbed0d 100644 --- a/web/news/version_0_15_released.rst +++ b/web/news/version_0_15_released.rst @@ -60,6 +60,8 @@ that have tuple name: - Unhandled exceptions in JavaScript are now thrown regardless ``noUnhandledHandler`` is defined. But now they do their best to provide a readable stack trace. +- In JavaScript ``system.alert`` is deprecated. Use ``dom.alert`` instead. + Library Additions ----------------- |