README.md in poltergeist-1.0.0 vs README.md in poltergeist-1.0.1

- old
+ new

@@ -1,8 +1,8 @@ # Poltergeist - A PhantomJS driver for Capybara # -Version: 1.0 +Version: 1.0.1 [![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,18 @@ * 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.1 ### + +#### Bug fixes #### + +* Don't use a fixed port number by default; find an available port. + The port can still be configured to a fixed value using the `:port` + option. The reverts the default behaviour to how it was before the + 1.0 release. [Issue #174] ### 1.0 ### #### Features ####