Commit cee27c13 cee27c13ff4e85e5acdfd3b4b0fc2414edc094c0 by Nicolas Perriault

updated CHANGELOG - refs #301

1 parent 93b2a07f
......@@ -47,6 +47,7 @@ The whole [CapserJS test suite](https://github.com/n1k0/casperjs/tree/master/tes
### Bugfixes & enhancements
- fixed [#300](https://github.com/n1k0/casperjs/issues/300) - Ensure that `findOne()` and `findAll()` observe the scope for XPath expressions, not just when passed CSS selectors
- fixed [#294](https://github.com/n1k0/casperjs/issues/294) - Automatically fail test on any runtime error or timeout
- fixed [#281](https://github.com/n1k0/casperjs/issues/281) - `Casper.evaluate()` should take an array as context not object
- fixed [#266](https://github.com/n1k0/casperjs/issues/266) - Fix `tester` module and its self tests
......
......@@ -3,44 +3,48 @@
You can check out the [contribution graphs on github](https://github.com/n1k0/casperjs/graphs/contributors).
```
$ git shortlog -s -n
714 Nicolas Perriault
14 oncletom
14 Brikou CARRE
8 hannyu
6 Chris Lorenzo
5 Victor Yap
4 nrabinowitz
4 pborreli
3 Andrew Childs
3 Solomon White
3 reina.sweet
2 Reina Sweet
2 Julien Moulin
2 Donovan Hutchinson
2 Clochix
2 Michael Geers
2 Jason Funk
1 Marcel Duran
1 Mathieu Agopian
1 Mehdi Kabab
1 Mikko Peltonen
1 Pascal Borreli
1 Rafael
1 Rafael Garcia
1 Raphaël Benitte
1 Andrew de Andrade
1 Tim Bunce
1 alfetopito
1 Christophe Benz
1 jean-philippe serafin
1 Chris Winters
1 Ben Lowery
1 Harrison Reiser
1 Jan Pochyla
1 Julian Gruber
1 Justine Tunney
1 KaroDidi
1 Leandro Boscariol
1 Maisons du monde
$ git shortlog -s -n | cut -c8-
Nicolas Perriault
Brikou CARRE
oncletom
hannyu
Chris Lorenzo
Victor Yap
nrabinowitz
pborreli
Solomon White
Dave Lee
reina.sweet
Andrew Childs
Michael Geers
Julien Moulin
Donovan Hutchinson
Jason Funk
Reina Sweet
Clochix
Pascal Borreli
Rafael
Rafael Garcia
Raphaël Benitte
Tim Bunce
alfetopito
jean-philippe serafin
snkashis
Andrew de Andrade
Ben Lowery
Chris Winters
Christophe Benz
Harrison Reiser
Jan Pochyla
Jan Schaumann
Julian Gruber
Justin Slattery
Justine Tunney
KaroDidi
Leandro Boscariol
Maisons du monde
Marcel Duran
Mathieu Agopian
Mehdi Kabab
Mikko Peltonen
```
......