mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge branch '3.8_stable'
* 3.8_stable: Prepare for 3.8.1 release Update History.md [ci skip] Fix typo in History [ci skip] fix regression where date and time fields can no longer be set via String value.
This commit is contained in:
commit
64bcc10fe6
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
# Version 3.8.1
|
||||
Release date: 2018-09-22
|
||||
|
||||
### Fixed
|
||||
|
||||
* Filling in of date fields with a string when using selenium chrome regression [Micah Geisel]
|
||||
|
||||
# Version 3.8.0
|
||||
Release date: 2018-09-20
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.8.0'
|
||||
VERSION = '3.8.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue