Commit 940b862f 940b862f769d29e9aa24a12a67a7877af508cd6f by Nicolas Perriault

updated docs, CHANGELOG for #322

1 parent c132c434
......@@ -4,6 +4,7 @@ CasperJS Changelog
XXXX-XX-XX, v1.0.0
------------------
- merged PR [#322](https://github.com/n1k0/casperjs/pull/322) - Support number in withFrame()
- fixed [#323](https://github.com/n1k0/casperjs/issues/323) - `thenEvaluate()` should be updated to take the same parameters as `evaluate()`, while maintaining backwards compatibility.
- merged PR [#319](https://github.com/n1k0/casperjs/pull/319), fixed [#209](https://github.com/n1k0/casperjs/issues/209) - test duration has been added to XUnit XML result file.
- `Casper.userAgent()` does not require the instance to be started anymore
......
......@@ -5,17 +5,18 @@ You can check out the [contribution graphs on github](https://github.com/n1k0/ca
```
$ git shortlog -s -n | cut -c8-
Nicolas Perriault
oncletom
Brikou CARRE
oncletom
hannyu
Chris Lorenzo
Victor Yap
nrabinowitz
pborreli
Dave Lee
Rob Barreca
Andrew Childs
Solomon White
reina.sweet
Andrew Childs
Dave Lee
Reina Sweet
Elmar Langholz
Jason Funk
......@@ -24,7 +25,6 @@ Julien Moulin
Michael Geers
Jan Schaumann
Clochix
Rafael Garcia
Raphaël Benitte
Tim Bunce
alfetopito
......@@ -49,4 +49,5 @@ Mehdi Kabab
Mikko Peltonen
Pascal Borreli
Rafael
Rafael Garcia
```
......
Subproject commit 78743d45ac54a56fa6276ed98f46c4a3ca938c01
Subproject commit 0f6c923dbfe9bb605adfa5c9d6c8cd3ac1d56586
......