README.md in poltergeist-1.1.1 vs README.md in poltergeist-1.1.2
- 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.1.1).](https://github.com/jonleighton/poltergeist/tree/v1.1.1)**
+(1.1.2).](https://github.com/jonleighton/poltergeist/tree/v1.1.2)**
## Installation ##
Add `poltergeist` to your Gemfile, and in your test setup add:
@@ -296,9 +296,15 @@
* Stack traces if there are any Ruby on Javascript exceptions generated
* The Poltergeist and PhantomJS version numbers used
* The operating system name and version used
## Changes ##
+
+### 1.1.2 ###
+
+#### Bug fixes #####
+
+* Tie to faye-websocket 0.4 as 0.5 introduces incompatibilities.
### 1.1.1 ###
#### Features ####