README.md in poltergeist-1.0.2 vs README.md in poltergeist-1.0.3
- old
+ new
@@ -1,8 +1,8 @@
# Poltergeist - A PhantomJS driver for Capybara #
-Version: 1.0.2
+Version: 1.0.3
[![Build Status](https://secure.travis-ci.org/jonleighton/poltergeist.png)](http://travis-ci.org/jonleighton/poltergeist)
Poltergeist is a driver for [Capybara](https://github.com/jnicklas/capybara). It allows you to
run your Capybara tests on a headless [WebKit](http://webkit.org) browser,
@@ -283,9 +283,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.0.3 ###
+
+#### Bug fixes ####
+
+* Tied to faye-websocket 0.4, as 0.5 introduces incompatibilities.
### 1.0.2 ###
#### Bug fixes ####