Commit 812fb5ce 812fb5ce3e24c70efc28f4d03a8d8234f8c9361b by Nicolas Perriault

updated CHANGELOG

1 parent 11a5e31f
...@@ -7,6 +7,7 @@ XXXX-XX-XX, v0.6.5 ...@@ -7,6 +7,7 @@ XXXX-XX-XX, v0.6.5
7 - **BC BREAK:** reverted 8347278 (refs [#34](https://github.com/n1k0/casperjs/issues/34) and added a new `clear()` method to *close* a page 7 - **BC BREAK:** reverted 8347278 (refs [#34](https://github.com/n1k0/casperjs/issues/34) and added a new `clear()` method to *close* a page
8 You now have to call `casper.clear()` if you want to stop javascript execution within the remote DOM environment. 8 You now have to call `casper.clear()` if you want to stop javascript execution within the remote DOM environment.
9 - `tester.findTestFiles()` now returns results in predictable order 9 - `tester.findTestFiles()` now returns results in predictable order
10 - added `--log-level` and `--direct` options to `casper test` command
10 - fixed 0.6.4 version number in `bootstrap.js` 11 - fixed 0.6.4 version number in `bootstrap.js`
11 - centralized version number to package.json 12 - centralized version number to package.json
12 13
......