Skip to content

Commit aa7a73c

Browse files
committed
Prepare v1.9.0 release
1 parent 087d876 commit aa7a73c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.9.0 (2022-06-13)
4+
5+
* Feature: Improve forward compatibility with upcoming Promise v3 API.
6+
(#54 and #55 by @clue)
7+
8+
* Minor documentation improvements for upcoming Promise v3.
9+
(#58 by @clue and #56 by @SimonFrings)
10+
11+
* Improve test suite, fix legacy HHVM build by downgrading Composer.
12+
(#57 by @SimonFrings)
13+
314
## 1.8.0 (2021-12-06)
415

516
* Feature: Add new `sleep()` function and deprecate `resolve()` and `reject()` functions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ This project follows [SemVer](https://semver.org/).
288288
This will install the latest supported version:
289289

290290
```bash
291-
$ composer require react/promise-timer:^1.8
291+
$ composer require react/promise-timer:^1.9
292292
```
293293

294294
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)