Commit 937dd1d8 937dd1d8cf963268df5666a899f7d4a3dd0a0c75 by Nicolas Perriault

updated CHANGELOG and doclink

1 parent d78710f2
......@@ -45,7 +45,7 @@ That's especially useful in case a given test script is abruptly interrupted lea
The whole [CapserJS test suite](https://github.com/n1k0/casperjs/tree/master/tests/) has been migrated to use this new feature.
#### Support for popups
#### Experimental support for popups
PhantomJS 1.7 ships with support for new opened pages — aka popups. CasperJS can now wait for a popup to be opened and loaded to react accordingly using the new [`Casper.waitForPopup()`](http://casperjs.org/api.html#casper.waitForPopup) and [`Casper.withPopup()`](http://casperjs.org/api.html#casper.withPopup) methods:
......
Subproject commit af59b2ac62695bca6c30eb1b39257124563e24cb
Subproject commit 894589c17a3d7f76e76ce849e5f41d9e6fb4aedf
......