From 688ed1a64667481569b3cc197585ae5a953c953e Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Sun, 9 Jun 2019 13:26:48 -0700 Subject: [PATCH] Update History.md [ci skip] --- History.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/History.md b/History.md index 051b403f..066ecc0f 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,17 @@ +# Version 3.23.0 +Release date: unreleased + +### Added + +* Improved error message when using Chrome in W3C mode and attempting to access logs +* Support driver specific options for Element#drag_to +* Support setting `` elements with the selenium driver + +### Fixed + +* Tightened conditions when in expression text option matching will be used +* Improved Selenium drivers HTML5 drag and drop emulation compatibility with SortableJS library (and others) + # Version 3.22.0 Release date: 2019-05-29