Commit 70660f5f 70660f5feb14edcb45d1139e3a9f1a62689fe7cd by Nicolas Perriault

updated CHANGELOG

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