Skip to content

Commit

Permalink
Prepare v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 11, 2023
1 parent a827a6f commit 726e5de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.4.0 (2023-07-11)

A major new feature release, see [**release announcement**](https://clue.engineering/2023/announcing-reactphp-promise-v3).

* Feature: Add support for new Promise v3 release.
(#464 and #524 by @clue)

* Feature: Support PHP 8.2 release.
(#491 by @Nielsvanpach)

* Improve test suite, update dependencies and report failed assertions.
(#462 and #501 by @clue and #466 and #492 by @SimonFrings)

## 1.3.0 (2022-07-11)

A major new feature release, see [**release announcement**](https://clue.engineering/2022/announcing-reactphp-async).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ installed like this:

```bash
# quick protoyping only: install all stable components
composer require react/react:^1.3
composer require react/react:^1.4
```

For more details, check out [ReactPHP's homepage](https://reactphp.org/) for
Expand Down

0 comments on commit 726e5de

Please sign in to comment.