Skip to content

Commit

Permalink
Prepare v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed May 5, 2023
1 parent 1e7460b commit 6e7e587
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.4.0 (2023-05-05)

* Feature: Improve performance of `Loop` by avoiding unneeded method calls.
(#266 by @clue)

* Feature: Support checking `EINTR` constant from `ext-pcntl` without `ext-sockets`.
(#265 by @clue)

* Minor documentation improvements.
(#254 by @nhedger)

* Improve test suite, run tests on PHP 8.2 and report failed assertions.
(#258 by @WyriHaximus, #264 by @clue and #251, #261 and #262 by @SimonFrings)

## 1.3.0 (2022-03-17)

* Feature: Improve default `StreamSelectLoop` to report any warnings for invalid streams.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/event-loop:^1.3
composer require react/event-loop:^1.4
```

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

0 comments on commit 6e7e587

Please sign in to comment.