Update History.md for 3.30.1 [ci skip]

This commit is contained in:
Thomas Walpole 2019-12-29 14:42:56 -08:00
parent 5d24424b13
commit c5cf02b1a6
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.30.0'
VERSION = '3.30.1'
end