Added a note about system.alert deprecation

This commit is contained in:
Yuriy Glukhov
2016-08-27 21:37:02 +03:00
parent cafcf1308a
commit fc4bced41b

View File

@@ -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
-----------------