updated CHANGELOG
Showing
2 changed files
with
8 additions
and
6 deletions
... | @@ -13,6 +13,7 @@ This version is yet to be released. | ... | @@ -13,6 +13,7 @@ This version is yet to be released. |
13 | 13 | ||
14 | ### Important Changes & Caveats | 14 | ### Important Changes & Caveats |
15 | 15 | ||
16 | - fixes [#254](https://github.com/n1k0/casperjs/issues/254) - fix up one use of qsa, hit when filling forms with missing elements | ||
16 | - **PhantomJS 1.6 is now the minimal requirement**, PhantomJS 1.7 is supported. | 17 | - **PhantomJS 1.6 is now the minimal requirement**, PhantomJS 1.7 is supported. |
17 | - CasperJS continues to ship with its own implementation of CommonJS' module pattern, due to the way it has to work to offer its own executable. While the implementations are nearly the same, **100% compatibility is not guaranteed**. | 18 | - CasperJS continues to ship with its own implementation of CommonJS' module pattern, due to the way it has to work to offer its own executable. While the implementations are nearly the same, **100% compatibility is not guaranteed**. |
18 | 19 | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | 2 | ||
3 | ``` | 3 | ``` |
4 | $ git shortlog -s -n | 4 | $ git shortlog -s -n |
5 | 657 Nicolas Perriault | 5 | 658 Nicolas Perriault |
6 | 14 Brikou CARRE | 6 | 14 Brikou CARRE |
7 | 8 hannyu | 7 | 8 hannyu |
8 | 6 Chris Lorenzo | 8 | 6 Chris Lorenzo |
... | @@ -14,13 +14,15 @@ $ git shortlog -s -n | ... | @@ -14,13 +14,15 @@ $ git shortlog -s -n |
14 | 2 Jason Funk | 14 | 2 Jason Funk |
15 | 2 Michael Geers | 15 | 2 Michael Geers |
16 | 2 Julien Moulin | 16 | 2 Julien Moulin |
17 | 2 Donovan Hutchinson | ||
18 | 2 Clochix | 17 | 2 Clochix |
18 | 2 Donovan Hutchinson | ||
19 | 1 Leandro Boscariol | ||
19 | 1 Maisons du monde | 20 | 1 Maisons du monde |
20 | 1 Marcel Duran | 21 | 1 Marcel Duran |
21 | 1 Mathieu Agopian | 22 | 1 Mathieu Agopian |
22 | 1 Mehdi Kabab | 23 | 1 Mehdi Kabab |
23 | 1 Mikko Peltonen | 24 | 1 Mikko Peltonen |
25 | 1 Harrison Reiser | ||
24 | 1 Pascal Borreli | 26 | 1 Pascal Borreli |
25 | 1 Rafael | 27 | 1 Rafael |
26 | 1 Rafael Garcia | 28 | 1 Rafael Garcia |
... | @@ -29,14 +31,13 @@ $ git shortlog -s -n | ... | @@ -29,14 +31,13 @@ $ git shortlog -s -n |
29 | 1 Tim Bunce | 31 | 1 Tim Bunce |
30 | 1 Victor Yap | 32 | 1 Victor Yap |
31 | 1 alfetopito | 33 | 1 alfetopito |
32 | 1 Christophe Benz | ||
33 | 1 jean-philippe serafin | ||
34 | 1 Chris Winters | 34 | 1 Chris Winters |
35 | 1 jean-philippe serafin | ||
36 | 1 Ben Lowery | ||
37 | 1 Christophe Benz | ||
35 | 1 Jan Pochyla | 38 | 1 Jan Pochyla |
36 | 1 Harrison Reiser | ||
37 | 1 Julian Gruber | 39 | 1 Julian Gruber |
38 | 1 Justine Tunney | 40 | 1 Justine Tunney |
39 | 1 KaroDidi | 41 | 1 KaroDidi |
40 | 1 Leandro Boscariol | ||
41 | ``` | 42 | ``` |
42 | 43 | ... | ... |
-
Please register or sign in to post a comment