Skip to content

Commit 732edb5

Browse files
committed
0.2.1 CHANGELOG.md
1 parent e4e23fd commit 732edb5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
### Changed
1010

11-
- No changes yet.
11+
- No description yet.
12+
13+
## [0.2.1] - 2020-12-22
14+
### Fixed
15+
16+
- `WebDriverInterface::waitUntil()`: a resulting value from the promise, that has been generated by the
17+
"condition-to-satisfy" callback, is now properly forwarded to the `onFulfilled` handler, for the `waitUntil` method
18+
itself.
1219

1320
## [0.2.0] - 2020-12-18
1421
### Added
@@ -77,6 +84,7 @@ browser instance).
7784
This early development version doesn't yet contain full implementation for the introduced `WebDriverInterface`, only
7885
core design solutions and library interfaces are defined.
7986

80-
[Unreleased]: https://github.com/itnelo/reactphp-webdriver/compare/0.2.0...0.x
87+
[Unreleased]: https://github.com/itnelo/reactphp-webdriver/compare/0.2.1...0.x
88+
[0.2.1]: https://github.com/itnelo/reactphp-webdriver/compare/0.2.0..0.2.1
8189
[0.2.0]: https://github.com/itnelo/reactphp-webdriver/compare/0.1.0..0.2.0
8290
[0.1.0]: https://github.com/itnelo/reactphp-webdriver/releases/tag/0.1.0

0 commit comments

Comments
 (0)