README.md in poltergeist-1.1.0 vs README.md in poltergeist-1.1.1
- 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.0).](https://github.com/jonleighton/poltergeist/tree/v1.1.0)**
+(1.1.1).](https://github.com/jonleighton/poltergeist/tree/v1.1.1)**
## Installation ##
Add `poltergeist` to your Gemfile, and in your test setup add:
@@ -296,9 +296,16 @@
* 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.1 ###
+
+#### Features ####
+
+* Changed Capybara dependency to `~> 2.0.1` because Poltergeist 1.1 is
+ not compatible with Capybara 2.1.
### 1.1.0 ###
#### Features ####