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 ...@@ -105,8 +105,10 @@ Last, all the casper test suites have been upgraded to use the new testing featu
105 105
106 - heavy lifint of casperjs bootstrap script 106 - heavy lifint of casperjs bootstrap script
107 - closed [#392](https://github.com/n1k0/casperjs/issues/392) - `--direct` & `--log-level` options available for the `casperjs` executable 107 - closed [#392](https://github.com/n1k0/casperjs/issues/392) - `--direct` & `--log-level` options available for the `casperjs` executable
108 - closed [#350](https://github.com/n1k0/casperjs/issues/350) - Add a Casper.waitForSelectorTextChange() method 108 - closed [#350](https://github.com/n1k0/casperjs/issues/350) - Add a [`Casper#waitForSelectorTextChange()`](http://docs.casperjs.org/en/latest/modules/casper.html#waitforselectortextchange) method
109 - fixed [#387](https://github.com/n1k0/casperjs/issues/387) - Setting viewport isn't quite synchronous 109 - fixed [#387](https://github.com/n1k0/casperjs/issues/387) - Setting viewport isn't quite synchronous
110 - 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
111 - Added [`Tester#skip`](http://docs.casperjs.org/en/latest/modules/tester.html#skip) method
110 112
111 2013-02-08, v1.0.2 113 2013-02-08, v1.0.2
112 ------------------ 114 ------------------
......