Commit 13b6dd03 13b6dd0380a3a98de9ddaeefb3ac351be0ec7ae3 by Nicolas Perriault

updated CHANGELOG - refs #57

1 parent 06ea431b
...@@ -7,6 +7,7 @@ XXXX-XX-XX, v0.6.9 ...@@ -7,6 +7,7 @@ XXXX-XX-XX, v0.6.9
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 - fixed [#117](https://github.com/n1k0/casperjs/issues/117) - `fill()` coulnd't `submit()` a form with a submit input named *submit* 8 - 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 9 - 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
10 - fixed loaded resources array is now reset adequately [reference discussion](https://groups.google.com/forum/?hl=fr?fromgroups#!topic/casperjs/TCkNzrj1IoA) 11 - fixed loaded resources array is now reset adequately [reference discussion](https://groups.google.com/forum/?hl=fr?fromgroups#!topic/casperjs/TCkNzrj1IoA)
11 - fixed incomplete error message logged when passed an erroneous selector (xpath and css) 12 - fixed incomplete error message logged when passed an erroneous selector (xpath and css)
12 13
......