Commit 160aa84a 160aa84ac5239946cdc1b7b35cff52f619b725f0 by Nicolas Perriault

updated CHANGELOG

1 parent 58c04d05
......@@ -7,6 +7,7 @@ XXXX-XX-XX, v1.0.0
This version is yet to be released.
- fixed [#259](https://github.com/n1k0/casperjs/issues/259) - enhanced `Tester.assertField()` method, which can now tests for other field types than `input`s.
- added [`Casper.echo()`](http://casperjs.org/api.html#clientutils.echo) to print a message to the casper console from the remote DOM environment
- added [`Casper.waitForText()`](http://casperjs.org/api.html#casper.waitForText) to wait for a given text to be present in page HTML contents
- added [`ClientUtils.getFieldValue()`](http://casperjs.org/api.html#clientutils.getFieldValue)
......
Subproject commit 559c683105a2b35c172723d7510e33f42180dfca
Subproject commit 07a3fed824b7e2db17aa17f1448d756babc96053
......