1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Prepare for 3.7.1 release

This commit is contained in:
Thomas Walpole 2018-09-05 14:29:29 -07:00
parent 34b49db17a
commit 60c02517d6
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# Version 3.7.1
Release date: 2018-09-05
### Fixed
* Restored ability to pass symbol as the CSS selector when calling `has_css?`/`have_css`/etc - Issue #2093
# Version 3.7.0
Release date: 2018-09-02

View file

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