mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md [ci skip]
This commit is contained in:
parent
28af8dfb62
commit
83172fddab
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
# Version 3.4.0
|
||||
Release date: unreleased
|
||||
|
||||
### Added
|
||||
|
||||
* Wrokarounnd Selenium lack of support for `file_detector` with remote geckodriver
|
||||
|
||||
# Version 3.3.1
|
||||
Release date: 2018-06-27
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.3.1'
|
||||
VERSION = '3.4.0.dev'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue