README.md in poltergeist-1.2.0 vs README.md in poltergeist-1.3.0
- old
+ new
@@ -7,11 +7,11 @@
provided by [PhantomJS](http://www.phantomjs.org/).
**If you're viewing this at https://github.com/jonleighton/poltergeist,
you're reading the documentation for the master branch.
[View documentation for the latest release
-(1.2.0).](https://github.com/jonleighton/poltergeist/tree/v1.2.0)**
+(1.3.0).](https://github.com/jonleighton/poltergeist/tree/v1.3.0)**
## Getting help ##
Questions should be posted [on Stack
Overflow, using the 'poltergeist' tag](http://stackoverflow.com/questions/tagged/poltergeist).
@@ -322,10 +322,24 @@
* The Poltergeist and PhantomJS version numbers used
* The operating system name and version used
## Changes ##
+### 1.3.0 ###
+
+#### Features ####
+
+* Add support for PhantomJS 1.7's `cookiesEnabled` API
+ (Micah Frost)
+
+#### Bug fixes ####
+
+* Fix logging of mouse event co-ordinates
+* Invalid selectors throw a useful error message
+* Tie us to the 0.4 version of faye-websocket since the 0.5 version
+ contains breaking changes.
+
### 1.2.0 ###
#### Features ####
* Support for Windows hosted Poltergeist (Aaron Tull).
@@ -338,9 +352,16 @@
and in general doesn't seem to be worth the trouble at the moment.
It can be reconsidered in the future when PhantomJS has upgraded its
WebKit version. [Issue #176, #223]
* Run phantomjs in a new process group so ^C doesn't trigger a
DeadClient error [Issue #252]
+
+### 1.1.1 ###
+
+#### Features ####
+
+* Changed Capybara dependency to `~> 2.0.1` because Poltergeist 1.1 is
+ not compatible with Capybara 2.1.
### 1.1.0 ###
#### Features ####