Skip to content

Commit e09e28f

Browse files
committed
[rb] update ruby changelog for 3.5.0
1 parent 8def36e commit e09e28f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

rb/CHANGES

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
3.5.0 (2017-08-10)
2+
==================
3+
4+
Firefox:
5+
* Firefox subprocess output is now only redirected when debug is set (issue #4311)
6+
* Fixed a bug where non-integers could be sent when setting window rect
7+
* Fixed Firefox location detection on Windows_x64 (thanks kamenlitchev)
8+
* Fixed passing of profile with a W3C compatible remote end
9+
10+
IE:
11+
* Added new IE::Options class that should be used to customize browser
12+
behavior (native events, element scroll behavior, etc).
13+
The instance of options class can be passed to driver initialization using
14+
:options key. Old way of passing these customization directly to driver
15+
initialization is deprecated.
16+
117
3.4.4 (2017-07-13)
218
==================
319

0 commit comments

Comments
 (0)