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
1.7
Ariya Hidayat 2012-06-26 08:17:41 -07:00
parent ca7e8bb8f3
commit 59f6bb9496
1 changed files with 1 additions and 1 deletions

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)