From b28fab0a8cea61262f2de23360762457a5587f25 Mon Sep 17 00:00:00 2001 From: Titus Fortner Date: Mon, 8 Jul 2019 16:39:21 -0700 Subject: [PATCH] [rb] add missing change to log --- rb/CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rb/CHANGES b/rb/CHANGES index c9307cab6ead2..d88ed3ce9ad43 100644 --- a/rb/CHANGES +++ b/rb/CHANGES @@ -3,7 +3,8 @@ Ruby: * All documented driver capabilities supported in respective browser Options class by constructor and accessor - * driver constructor :options and :desired_capabilities generate the same capabilities for local and remote execution + * Driver constructor :options and :desired_capabilities generate the same capabilities for local and remote execution + * Deprecated :options as keyword for initializing browser Options classes Chrome: * Add support for browser logging with latest versions of chromedriver