updated CHANGELOG
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment