README.md in poltergeist-1.0.1 vs README.md in poltergeist-1.0.2
- old
+ new
@@ -1,8 +1,8 @@
# Poltergeist - A PhantomJS driver for Capybara #
-Version: 1.0.1
+Version: 1.0.2
[![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,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.0.2 ###
+
+#### Bug fixes ####
+
+* Clearing the value before setting a new value by sending a backspace.
+ This fixes the issue that you can't set an empty value. [Issue #184]
### 1.0.1 ###
#### Bug fixes ####