Commit f3fd5405 f3fd54055653d165244483fbed1e742232e56eb9 by Nicolas Perriault

refs #234 - updated CHANGELOG

1 parent fe0232cb
...@@ -66,6 +66,7 @@ The documentation has been [updated accordingly](http://casperjs.org/api.html#ca ...@@ -66,6 +66,7 @@ The documentation has been [updated accordingly](http://casperjs.org/api.html#ca
66 66
67 ### Bugfixes & enhancements 67 ### Bugfixes & enhancements
68 68
69 - merged [#234](https://github.com/n1k0/casperjs/issues/234) - New Windows Loader written in Batch. Python is no more a requirement for using CasperJS on Windows.
69 - a new `onWaitTimeout` option has been added, to allow defining a default behavior when a `waitFor*` function times out. 70 - a new `onWaitTimeout` option has been added, to allow defining a default behavior when a `waitFor*` function times out.
70 - [Casper.resourceExists()](http://casperjs.org/api.html#casper.resourceExists) and related functions now checks for non HTTP-404 received responses. 71 - [Casper.resourceExists()](http://casperjs.org/api.html#casper.resourceExists) and related functions now checks for non HTTP-404 received responses.
71 - fixed [#167](https://github.com/n1k0/casperjs/issues/167) - fixed opening truncated/uncomplete root urls may give erroneous HTTP statuses 72 - fixed [#167](https://github.com/n1k0/casperjs/issues/167) - fixed opening truncated/uncomplete root urls may give erroneous HTTP statuses
......
1 Subproject commit 6d989df57dabf9d67342595fd6f38a89a73b8acf 1 Subproject commit aa591aca25a25d95a8450c47e0f7189fbd1a7199
......