Commit 5ed461e8 5ed461e87ab37ba5131166be3f18b6cfbcf81e1f by Nicolas Perriault

updated CHANGELOG

1 parent 6e0300c5
...@@ -8,6 +8,7 @@ XXXX-XX-XX, v1.0.0 ...@@ -8,6 +8,7 @@ XXXX-XX-XX, v1.0.0
8 - fixed [#164](https://github.com/n1k0/casperjs/issues/164) - ability to force CLI parameters as strings (see [related documentation](http://casperjs.org/cli.html#raw)). 8 - fixed [#164](https://github.com/n1k0/casperjs/issues/164) - ability to force CLI parameters as strings (see [related documentation](http://casperjs.org/cli.html#raw)).
9 - fixed [#153](https://github.com/n1k0/casperjs/issues/153) - erroneous mouse event results when event.preventDefault() was used. 9 - fixed [#153](https://github.com/n1k0/casperjs/issues/153) - erroneous mouse event results when event.preventDefault() was used.
10 - closed [#180](https://github.com/n1k0/casperjs/issues/180) - CasperJS tests are now run against a local HTTP test server. A new `casper selftest` command has been added as well. 10 - closed [#180](https://github.com/n1k0/casperjs/issues/180) - CasperJS tests are now run against a local HTTP test server. A new `casper selftest` command has been added as well.
11 - added [`ClientUtils.getDocumentHeight()`](http://casperjs.org/api.html#clientutils.getDocumentHeight)
11 - added a `--no-colors` option to the `casper test` command to skip output coloration 12 - added a `--no-colors` option to the `casper test` command to skip output coloration
12 13
13 2012-06-26, v1.0.0-RC1 14 2012-06-26, v1.0.0-RC1
......
1 Subproject commit 8cd7fe5c1657b79ca1c467e7dae2b34425778c54 1 Subproject commit 54ebcf8d7d29559d400401f6752fc770317439a1
......