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 2018-10-17 13:02:30 -07:00
parent cc5111119d
commit 71491a6287
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@ tmp
spec.opts spec.opts
.rvmrc .rvmrc
.ruby-version .ruby-version
.java-version
.ruby-gemset .ruby-gemset
capybara-*.html capybara-*.html
.yardoc .yardoc

View file

@ -1,3 +1,16 @@
# Version 3.10.0
Release date: unreleased
### Added
* :class filter can now check for class names starting with !
* Selector `xpath`/`css` expression definitions will get filter names from block parameters if not explicitly provided
### Fixed
* Selector `css` expression definiton declared filters now work again
* Cleaned up warnings [Yuji Yaginuma]
# Version 3.9.0 # Version 3.9.0
Release date: 2018-10-03 Release date: 2018-10-03