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 ...@@ -47,6 +47,7 @@ The whole [CapserJS test suite](https://github.com/n1k0/casperjs/tree/master/tes
47 47
48 ### Bugfixes & enhancements 48 ### Bugfixes & enhancements
49 49
50 - 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
50 - fixed [#294](https://github.com/n1k0/casperjs/issues/294) - Automatically fail test on any runtime error or timeout 51 - fixed [#294](https://github.com/n1k0/casperjs/issues/294) - Automatically fail test on any runtime error or timeout
51 - fixed [#281](https://github.com/n1k0/casperjs/issues/281) - `Casper.evaluate()` should take an array as context not object 52 - fixed [#281](https://github.com/n1k0/casperjs/issues/281) - `Casper.evaluate()` should take an array as context not object
52 - fixed [#266](https://github.com/n1k0/casperjs/issues/266) - Fix `tester` module and its self tests 53 - fixed [#266](https://github.com/n1k0/casperjs/issues/266) - Fix `tester` module and its self tests
......
...@@ -3,44 +3,48 @@ ...@@ -3,44 +3,48 @@
3 You can check out the [contribution graphs on github](https://github.com/n1k0/casperjs/graphs/contributors). 3 You can check out the [contribution graphs on github](https://github.com/n1k0/casperjs/graphs/contributors).
4 4
5 ``` 5 ```
6 $ git shortlog -s -n 6 $ git shortlog -s -n | cut -c8-
7 714 Nicolas Perriault 7 Nicolas Perriault
8 14 oncletom 8 Brikou CARRE
9 14 Brikou CARRE 9 oncletom
10 8 hannyu 10 hannyu
11 6 Chris Lorenzo 11 Chris Lorenzo
12 5 Victor Yap 12 Victor Yap
13 4 nrabinowitz 13 nrabinowitz
14 4 pborreli 14 pborreli
15 3 Andrew Childs 15 Solomon White
16 3 Solomon White 16 Dave Lee
17 3 reina.sweet 17 reina.sweet
18 2 Reina Sweet 18 Andrew Childs
19 2 Julien Moulin 19 Michael Geers
20 2 Donovan Hutchinson 20 Julien Moulin
21 2 Clochix 21 Donovan Hutchinson
22 2 Michael Geers 22 Jason Funk
23 2 Jason Funk 23 Reina Sweet
24 1 Marcel Duran 24 Clochix
25 1 Mathieu Agopian 25 Pascal Borreli
26 1 Mehdi Kabab 26 Rafael
27 1 Mikko Peltonen 27 Rafael Garcia
28 1 Pascal Borreli 28 Raphaël Benitte
29 1 Rafael 29 Tim Bunce
30 1 Rafael Garcia 30 alfetopito
31 1 Raphaël Benitte 31 jean-philippe serafin
32 1 Andrew de Andrade 32 snkashis
33 1 Tim Bunce 33 Andrew de Andrade
34 1 alfetopito 34 Ben Lowery
35 1 Christophe Benz 35 Chris Winters
36 1 jean-philippe serafin 36 Christophe Benz
37 1 Chris Winters 37 Harrison Reiser
38 1 Ben Lowery 38 Jan Pochyla
39 1 Harrison Reiser 39 Jan Schaumann
40 1 Jan Pochyla 40 Julian Gruber
41 1 Julian Gruber 41 Justin Slattery
42 1 Justine Tunney 42 Justine Tunney
43 1 KaroDidi 43 KaroDidi
44 1 Leandro Boscariol 44 Leandro Boscariol
45 1 Maisons du monde 45 Maisons du monde
46 Marcel Duran
47 Mathieu Agopian
48 Mehdi Kabab
49 Mikko Peltonen
46 ``` 50 ```
......