Commit c70de705 c70de705ffa2e66604e50940ee5772d7174490a3 by Nicolas Perriault

updated CHANGELOG

1 parent 1839b78f
1 CasperJS Changelog 1 CasperJS Changelog
2 ================== 2 ==================
3 3
4 XXXX-XX-XX, v0.6.2
5 ------------------
6
7 - fixes #43 - Exit status not reported back to caller
8 - closes #42 - Use file name of test script as 'classname' in JUnit XML report (@mpeltonen)
9 - added `--xunit=<filename>` cli option to `$ casperjs test` command for saving xunit results, eg.:
10 $ casperjs test tests/suites --xunit=build-result.xml
11
12
4 2012-01-16, v0.6.1 13 2012-01-16, v0.6.1
5 ------------------ 14 ------------------
6 15
......