Commit 35c49f93 35c49f93961c7e10037db9f85b8c87e71936e2c3 by Nicolas Perriault

updated CHANGELOG

1 parent 1059771e
...@@ -4,6 +4,8 @@ CasperJS Changelog ...@@ -4,6 +4,8 @@ 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
7 - BC BREAK: removed obsolete `replaceFunctionPlaceholders()` 9 - BC BREAK: removed obsolete `replaceFunctionPlaceholders()`
8 - commonjs/nodejs-like module implementation 10 - commonjs/nodejs-like module implementation
9 11
......