Commit aecbfb7d aecbfb7d9c966618385cf6a27df8b30b002c0ebb by Nicolas Perriault

updated CHANGELOG

1 parent df51de7d
...@@ -4,10 +4,11 @@ CasperJS Changelog ...@@ -4,10 +4,11 @@ CasperJS Changelog
4 XXXX-XX-XX, v0.6.0 4 XXXX-XX-XX, v0.6.0
5 ------------------ 5 ------------------
6 6
7 - ported nodejs' "events" module to casperjs; lots of events added
8 - introduced the "mouse" module to handle mouse events
9 - BC BREAK: removed obsolete `replaceFunctionPlaceholders()` 7 - BC BREAK: removed obsolete `replaceFunctionPlaceholders()`
10 - commonjs/nodejs-like module implementation 8 - commonjs/nodejs-like module implementation
9 - ported nodejs' "events" module to casperjs; lots of events added, plus some value filtering capabilities
10 - introduced the "mouse" module to handle "real" mouse events
11 - added support for RegExp in `Casper.resourceExists()`
11 12
12 2011-12-25, v0.4.2 13 2011-12-25, v0.4.2
13 ------------------ 14 ------------------
......