Skip to content

Commit

Permalink
Prepare v1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 13, 2022
1 parent 087d876 commit aa7a73c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## 1.9.0 (2022-06-13)

* Feature: Improve forward compatibility with upcoming Promise v3 API.
(#54 and #55 by @clue)

* Minor documentation improvements for upcoming Promise v3.
(#58 by @clue and #56 by @SimonFrings)

* Improve test suite, fix legacy HHVM build by downgrading Composer.
(#57 by @SimonFrings)

## 1.8.0 (2021-12-06)

* Feature: Add new `sleep()` function and deprecate `resolve()` and `reject()` functions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -288,7 +288,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/promise-timer:^1.8
$ composer require react/promise-timer:^1.9
```

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

0 comments on commit aa7a73c

Please sign in to comment.