mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md for 3.30.1 [ci skip]
This commit is contained in:
parent
5d24424b13
commit
c5cf02b1a6
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
# Version 3.30.1
|
||||
Release date: unreleased
|
||||
|
||||
* Fix Ruby 2.7 deprecation notices around keyword arguments. I have tried to do this without
|
||||
any breaking changes, but due to the nature of the 2.7 changes and some selector types accepting
|
||||
Hashes as locators there are a lot of edge cases. If you find any broken cases please report
|
||||
them and I'll see if they're fixable.
|
||||
|
||||
# Version 3.30.0
|
||||
Release date: 2019-12-24
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.30.0'
|
||||
VERSION = '3.30.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue