diff --git a/History.md b/History.md index 87c0ad7e..c3a3427b 100644 --- a/History.md +++ b/History.md @@ -3,12 +3,15 @@ Release date: unreleased ### Added * Session#switch_to_frame for manually handling frame switching - Issue #1365 [Thomas Walpole] -* Session#execute_script and Session#evaluate_script now accept optional arguments that will be based to the JS function. This may not be supported +* Session#execute_script and Session#evaluate_script now accept optional arguments that will be passed to the JS function. This may not be supported by all drivers, and the types of arguments that may be passed is limited. If drivers opt to support this feature they should support passing page elements. * :exact option for text and title matchers * :exact_text option for selector finders/minders * Capybara.exact_text setting that affects the text matchers and :text options passed to selector finders/matchers. +### Fixed +* Fields inside a disabled fieldset are now correctly considered disabled in the rack-test driver + #Version 2.11.0 Release date: 2016-12-05