From f1b83510eaab459e080af9ba7f242b648fab3000 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Sat, 11 May 2019 08:10:33 +0600 Subject: [PATCH] Update Ruby changelog to include 3.142.2 --- rb/CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rb/CHANGES b/rb/CHANGES index 560f052a20dcf..4f36c02f159b6 100644 --- a/rb/CHANGES +++ b/rb/CHANGES @@ -34,6 +34,17 @@ Firefox: result in NoMethodError. Now it will find a profile with such name on your system and use it accordingly (issue #7119) +3.142.2 (2019-05-11) +==================== + +Chrome: + * Fixed an issue when getting/setting network conditions and sending CDP + commands didn't work with Grid (issue #7174) + +Safari: + * Fixed an issue when getting/setting permissions and attaching debugger + didn't work with Grid (issue #7174) + 3.142.1 (2019-05-07) ====================