1
1
mirror of https://github.com/ariya/phantomjs.git synced 2024-09-11 12:55:33 +03:00

ChangeLog fix: it's onPrompt and not onAlert.

Thanks to Ryuichi Okumura <okuryu@gmail.com> for the notice.

http://code.google.com/p/phantomjs/issues/detail?id=598
This commit is contained in:
Ariya Hidayat 2012-06-26 08:17:41 -07:00
parent ca7e8bb8f3
commit 59f6bb9496

View File

@ -5,7 +5,7 @@ Please see also http://code.google.com/p/phantomjs/wiki/ReleaseNotes.
New features
* Added support for passing arguments to WebPage's evaluate (issue 132)
* Added callbacks for JavaScript onConfirm and onAlert (issue 133)
* Added callbacks for JavaScript onConfirm and onPrompt (issue 133)
* Added stack trace when error occurs (issue 166)
* Added initial support for cookies handling (issue 354)
* Added support for header footer when printing the page (issue 410, 512)