diff --git a/History.md b/History.md index 6d070816..54f00219 100644 --- a/History.md +++ b/History.md @@ -1,10 +1,16 @@ # Version 3.3.0 Release date: unreleased +### Changed + +* Minimum "supported" `selenium-webdriver` is raised to 3.5.0 (but you really should be using newer than that) + ### Added * RackTest driver now handles 307/308 redirects * `execute_async_script` can now be called on elements to run the JS in the context of the element +* `:download` filter option on `:link' selector +* Window#fullscreen ### Fixes