Commit 09669077 09669077afd020b92bfa9018ca51c80a083d26b2 by Nicolas Perriault

updated CHANGELOG

1 parent 4c9341c7
...@@ -6,6 +6,7 @@ XXXX-XX-XX, v0.6.5 ...@@ -6,6 +6,7 @@ XXXX-XX-XX, v0.6.5
6 6
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 - fixed 0.6.4 version number in `bootstrap.js` 10 - fixed 0.6.4 version number in `bootstrap.js`
10 - centralized version number to package.json 11 - centralized version number to package.json
11 12
......