mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Prepare for 1.8.1 release
This commit is contained in:
parent
7925cf8d07
commit
0605547bb1
3 changed files with 9 additions and 2 deletions
|
@ -3,6 +3,13 @@
|
|||
#### Features ####
|
||||
#### Bug fixes ####
|
||||
|
||||
### 1.8.1 ###
|
||||
|
||||
#### Bug fixes ####
|
||||
* Fix display of exception cause information in RSpec 3.4 (Thomas Walpole) [Issue #702]
|
||||
* Fix clicking on elements inside an SVG element (Thomas Walpole) [Issue #331]
|
||||
* Error information is returned with network traffic (Thomas Walpole)
|
||||
|
||||
### 1.8.0 ###
|
||||
|
||||
#### Features ####
|
||||
|
|
|
@ -9,7 +9,7 @@ provided by [PhantomJS](http://phantomjs.org/).
|
|||
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
|
||||
you're reading the documentation for the master branch.
|
||||
[View documentation for the latest release
|
||||
(1.8.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.8.0)**
|
||||
(1.8.1).](https://github.com/teampoltergeist/poltergeist/tree/v1.8.1)**
|
||||
|
||||
## Getting help ##
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Capybara
|
||||
module Poltergeist
|
||||
VERSION = "1.8.0"
|
||||
VERSION = "1.8.1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue