mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md and version to prepare for 3.34.0 release
This commit is contained in:
parent
051a64d192
commit
fb5ac4a17d
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ Release date: unreleased
|
|||
* Maintain URI fragment when redirecting in rack-test driver
|
||||
* Text query error message [Wojciech Wnętrzak]
|
||||
* Checking a checkbox/radio button with `allow_label_click` now works if there are multiple labels (Issue #2421)
|
||||
* `drop` with `Pathname` (Issue #2424)[Máximo Mussini]
|
||||
|
||||
# Version 3.33.0
|
||||
Release date: 2020-06-21
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.33.0'
|
||||
VERSION = '3.34.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue