Skip to content

Commit

Permalink
Update History.md for 3.30.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Dec 29, 2019
1 parent 5d24424 commit c5cf02b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Capybara
VERSION = '3.30.0'
VERSION = '3.30.1'
end

0 comments on commit c5cf02b

Please sign in to comment.