File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
module Async
7
7
module WebDriver
8
- VERSION = "0.7 .0"
8
+ VERSION = "0.8 .0"
9
9
end
10
10
end
Original file line number Diff line number Diff line change @@ -22,7 +22,12 @@ Please see the [project documentation](https://socketry.github.io/async-webdrive
22
22
23
23
## Releases
24
24
25
- There are no documented releases.
25
+ Please see the [ project releases] ( https://socketry.github.io/async-webdriver/releases/index ) for all releases.
26
+
27
+ ### v0.8.0
28
+
29
+ - Fix ` fill_in ` ` <select> ` on Safari.
30
+ - ` Element#tag_name ` now normalizes the tag name to lowercase (Safari returns uppercase while other browsers return lowercase).
26
31
27
32
## See Also
28
33
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.8.0
4
4
5
5
- Fix ` fill_in ` ` <select> ` on Safari.
6
6
- ` Element#tag_name ` now normalizes the tag name to lowercase (Safari returns uppercase while other browsers return lowercase).
You can’t perform that action at this time.
0 commit comments