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

Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2019-07-26 10:24:55 -07:00
parent ba124973ce
commit 7b37dc4b35

View file

@ -1,3 +1,14 @@
# Version 3.27.0
Release date: unreleased
### Fixed
* Ignore negative lookahead/lookbehind regex when performing initial XPath text matching
* Reloading of elements found via `ancestor` and `sibling`
* Only default puma settings to `queue_requests: false` when using SSL
* Visibility of descendants of <details> elements is correctly determined when using rack_test
and the selenium driver with Capybara optimized atoms
# Version 3.26.0
Release date: 2019-07-15