Commit 8ec3e4e2 8ec3e4e2802bef3a01ce275a9a1aad993448cb40 by Nicolas Perriault

refs #290 - updated CHANGELOG

1 parent 61521594
...@@ -31,6 +31,7 @@ casper.evaluate(function(a, b) { ...@@ -31,6 +31,7 @@ casper.evaluate(function(a, b) {
31 - fixed [#274](https://github.com/n1k0/casperjs/issues/274) - some headers couldn't be set 31 - fixed [#274](https://github.com/n1k0/casperjs/issues/274) - some headers couldn't be set
32 - fixed [#277](https://github.com/n1k0/casperjs/issues/277) - multiline support in `ClientUtils.echo()` 32 - fixed [#277](https://github.com/n1k0/casperjs/issues/277) - multiline support in `ClientUtils.echo()`
33 - fixed [#282](https://github.com/n1k0/casperjs/issues/282) - added support for remote client scripts loading with a new `remoteScripts` casper option 33 - fixed [#282](https://github.com/n1k0/casperjs/issues/282) - added support for remote client scripts loading with a new `remoteScripts` casper option
34 - merged [#290](https://github.com/n1k0/casperjs/issues/#290) - add a simplistic RPM spec file to make it easier to (un)install casperjs
34 - fixed `Casper.die()` and `Casper.evaluateOrDie()` were not printing the error onto the console 35 - fixed `Casper.die()` and `Casper.evaluateOrDie()` were not printing the error onto the console
35 - added [`Tester.assertTextDoesntExist()`](http://casperjs.org/api.html#tester.assertTextDoesntExist) 36 - added [`Tester.assertTextDoesntExist()`](http://casperjs.org/api.html#tester.assertTextDoesntExist)
36 - added `Tester.assertFalse()` as an alias of `Tester.assertNot()` 37 - added `Tester.assertFalse()` as an alias of `Tester.assertNot()`
......