Skip to content

Commit

Permalink
Upgrade JS syn to v0.15.0 (#358)
Browse files Browse the repository at this point in the history
Upgrade JS syn to v0.15.0
  • Loading branch information
mvorisek authored Feb 26, 2023
1 parent 5d15043 commit affb7ea
Show file tree
Hide file tree
Showing 3 changed files with 2,975 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.7.0 / 2023-02-26
==================

BC break:

* `syn` JS library was upgraded from v0.0.3 to v0.15.0

Bug fixes:

* `Selenium2Driver::{keyPress, keyDown, keyUp}` methods were using numeric string input as char code. Newly an integer type must be passed.

1.6.0 / 2022-03-28
==================

Expand Down
Loading

0 comments on commit affb7ea

Please sign in to comment.