Commit e6295865 e629586592b831b4b941a80b8f61fbceed8458a5 by Nicolas Perriault

bump 1.0.0-RC2

1 parent 185c1ba6
CasperJS Changelog
==================
XXXX-XX-XX, v1.0.0 (currently latest master)
--------------------------------------------
2012-10-01, v1.0.0-RC2
----------------------
### Important Changes & Caveats
- **PhantomJS 1.6 is now the minimal requirement**
- **PhantomJS 1.6 is now the minimal requirement**, PhantomJS 1.7 is supported.
- CasperJS continues to ship with its own implementation of CommonJS' module pattern, due to the way it has to work to offer its own executable. While the implementations are nearly the same, **100% compatibility is not guaranteed**.
### Bugfixes & enhancements
......
Subproject commit 2c951c77469d00a8dfd23f71a51bdd28d37dec2a
Subproject commit a6bf37ddbf7216ba7cdebd9c0bad87e6be2d8f03
......
{
"name": "casperjs",
"description": "Navigation scripting & testing utility for PhantomJS",
"version": "1.0.0-RC1",
"version": "1.0.0-RC2",
"keywords": [
"phantomjs",
"javascript"
......