1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update History [ci skip]

This commit is contained in:
Thomas Walpole 2018-03-16 11:11:13 -07:00
parent bed6313d89
commit 3ee3f73d1d
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
# Version 3.0.0.rc2
Release date: unreleased
### Changed
* Drivers are now expected to return visible text more in line with the WebDriver spec for visible text
* Drivers are expected to close extra windows when resetting the session
* Selenium driver supports Date/Time when filling in date/time/datetime-local inputs
# Version 3.0.0.rc1
Release date: 2018-03-02

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.0.0.rc1'.freeze
VERSION = '3.0.0.rc2'.freeze
end