Commit bcaf4e30 bcaf4e303e48002b5695fe4521ad9fd4cc3e0d74 by Nicolas Perriault

updated CHANGELOG

1 parent ef6c1828
...@@ -74,6 +74,7 @@ The documentation has been [updated accordingly](http://casperjs.org/api.html#ca ...@@ -74,6 +74,7 @@ The documentation has been [updated accordingly](http://casperjs.org/api.html#ca
74 - fixed [#235](https://github.com/n1k0/casperjs/issues/235) - updated `Casper.evaluate()` to use phantomjs >= 1.6 native one. As a consequence, **the `injector` module is marked as deprecated**. 74 - fixed [#235](https://github.com/n1k0/casperjs/issues/235) - updated `Casper.evaluate()` to use phantomjs >= 1.6 native one. As a consequence, **the `injector` module is marked as deprecated**.
75 - fixed [#250](https://github.com/n1k0/casperjs/issues/250) - prevent self tests to be run using the standard `casper test` command 75 - fixed [#250](https://github.com/n1k0/casperjs/issues/250) - prevent self tests to be run using the standard `casper test` command
76 - fixed [#254](https://github.com/n1k0/casperjs/issues/254) - fix up one use of qsa, hit when filling forms with missing elements 76 - fixed [#254](https://github.com/n1k0/casperjs/issues/254) - fix up one use of qsa, hit when filling forms with missing elements
77 - [fixed](https://github.com/n1k0/casperjs/commit/ef6c1828c7b64e1cf99b98e27600d0b63308cad3) edge case when current document url couldn't be properly decoded
77 78
78 2012-10-01, v1.0.0-RC2 79 2012-10-01, v1.0.0-RC2
79 ---------------------- 80 ----------------------
......