Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2019-07-08 11:49:34 -07:00
parent 5752b7e0ca
commit 1d42935865
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
# Version 3.26.0
Release date: unreleased
### Added
* `w3c_click_offset` configuration option applies to `right_click` and `double_click` as well as `click`
* Warning when passing `nil` to the text/content assertions/expectations
* `Session#server_url` returns the base url the AUT is being run at (when controlled by Capybara)
### Fixed
* Default puma server registration now specifies `queue_requests: false` - Issue #2227
# Version 3.25.0
Release date: 2019-06-27