Commit 70660f5f 70660f5feb14edcb45d1139e3a9f1a62689fe7cd by Nicolas Perriault

updated CHANGELOG

1 parent efb8fe92
......@@ -4,6 +4,8 @@ CasperJS Changelog
XXXX-XX-XX, v0.4.2
------------------
- fixed erroneous error handling in Casper.capture()
- updated the way exceptions are thrown; now using `throw new Error()` everywhere
- merged PR #30 - Add request method and request data to the base64encode method (@jasonlfunk)
- casperjs executable now gracefully exists on KeyboardInterrupt
- added Casper.download() method, for downloading any resource and save it onto the filesystem
......