Commit a565f7d6 a565f7d6ce643abba743d43b13e4a46f39da5b22 by Nicolas Perriault

updated CHANGELOG - refs #89

1 parent 6c10a819
...@@ -5,6 +5,7 @@ XXXX-XX-XX, v0.6.9 ...@@ -5,6 +5,7 @@ XXXX-XX-XX, v0.6.9
5 ------------------ 5 ------------------
6 6
7 - fixed [#114](https://github.com/n1k0/casperjs/issues/114) - ensured client-side utils are injected before any `evaluate()` call 7 - fixed [#114](https://github.com/n1k0/casperjs/issues/114) - ensured client-side utils are injected before any `evaluate()` call
8 - merged [#89](https://github.com/n1k0/casperjs/pull/89) - Support for more mouse events (@nrabinowitz)
8 - fixed [#117](https://github.com/n1k0/casperjs/issues/117) - `fill()` coulnd't `submit()` a form with a submit input named *submit* 9 - fixed [#117](https://github.com/n1k0/casperjs/issues/117) - `fill()` coulnd't `submit()` a form with a submit input named *submit*
9 - merged [#122](https://github.com/n1k0/casperjs/pull/122) - allow downloads to be triggered by more than just `GET` requests 10 - merged [#122](https://github.com/n1k0/casperjs/pull/122) - allow downloads to be triggered by more than just `GET` requests
10 - closed [#57](https://github.com/n1k0/casperjs/issues/57) - added context to emitted test events 11 - closed [#57](https://github.com/n1k0/casperjs/issues/57) - added context to emitted test events
......