Skip to content

Commit 0dee8cc

Browse files
committed
Update the changelog for 1.5.0
1 parent 341d3a8 commit 0dee8cc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
1.5.0 / 2021-10-12
2+
==================
3+
4+
New features:
5+
6+
* Improved responsiveness of the `wait` method
7+
* Fixed deprecation warnings on PHP 7.1
8+
9+
Bug fixes:
10+
11+
* Catched the `StaleElementReference` exception that happens in some cases in `setValue` if the JS code changes the DOM when the value changes
12+
* Catched the `UnknownError` exception that happens in ChromeDriver when trying to use `moveTo`
13+
* Fixed the handling of errors reported when applying timeouts, to avoid marking the driver as not started when the session is started
14+
15+
Testsuite:
16+
17+
* Added CI jobs on PHP 8.0 and 8.1
18+
119
1.4.0 / 2020-03-11
220
==================
321

0 commit comments

Comments
 (0)