Commit 0522099e 0522099e1f6ba372ec7b1acf6c6b2517a4465575 by Nicolas Perriault

updated CHANGELOG

1 parent ad051b9f
......@@ -105,8 +105,10 @@ Last, all the casper test suites have been upgraded to use the new testing featu
- heavy lifint of casperjs bootstrap script
- closed [#392](https://github.com/n1k0/casperjs/issues/392) - `--direct` & `--log-level` options available for the `casperjs` executable
- closed [#350](https://github.com/n1k0/casperjs/issues/350) - Add a Casper.waitForSelectorTextChange() method
- closed [#350](https://github.com/n1k0/casperjs/issues/350) - Add a [`Casper#waitForSelectorTextChange()`](http://docs.casperjs.org/en/latest/modules/casper.html#waitforselectortextchange) method
- fixed [#387](https://github.com/n1k0/casperjs/issues/387) - Setting viewport isn't quite synchronous
- Added [`Casper#bypass`](http://docs.casperjs.org/en/latest/modules/casper.html#bypass), [`Casper#thenBypass`](http://docs.casperjs.org/en/latest/modules/casper.html#thenbypass), [`Casper#thenBypassIf`](http://docs.casperjs.org/en/latest/modules/casper.html#thenbypassif), [`Casper#thenBypassUnless`](http://docs.casperjs.org/en/latest/modules/casper.html#thenbypassunless) methods
- Added [`Tester#skip`](http://docs.casperjs.org/en/latest/modules/tester.html#skip) method
2013-02-08, v1.0.2
------------------
......