From 117545a0cc4cf1b7a2ca40fddda94ad9bcbbd78b Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Fri, 9 Dec 2016 12:42:09 -0800 Subject: [PATCH] Update History.md [ci skip] --- History.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index 4276c7b7..3644632f 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ -#2.11.0 +#Edge +Release date: unreleased + +### Added +* Session#switch_to_frame for manually handling frame switching - Issue #1365 [Thomas Walpole] + +#Version 2.11.0 Release date: 2016-12-05 ### Added @@ -13,14 +19,14 @@ Release date: 2016-12-05 * Selenium driver with Chrome should support multiple file upload [Thomas Walpole] * Fix visible: :hidden with :text option behavior [Thomas Walpole] -#2.10.2 +#Version 2.10.2 Release date: 2016-11-30 ### Fixed * App exceptions with multiple parameter initializers now re-raised correctly - Issue #1785 [Michael Lutsiuk] * Use Addressable::URI when parsing current_path since it's more lenient of technically invalid URLs - Issue #1801 [Marcos Duque, Thomas Walpole] -#2.10.1 +#Version 2.10.1 Release date: 2016-10-08 ### Fixed @@ -28,7 +34,7 @@ Release date: 2016-10-08 * Capybara::Result optimization disabled in JRuby due to issue with lazy enumerator evaluation [Thomas Walpole] See: https://github.com/jruby/jruby/issues/4212 -#2.10.0 +#Version 2.10.0 Release date: 2016-10-05 ### Added