Skip to content

Commit 6e7e587

Browse files
committed
Prepare v1.4.0 release
1 parent 1e7460b commit 6e7e587

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 1.4.0 (2023-05-05)
4+
5+
* Feature: Improve performance of `Loop` by avoiding unneeded method calls.
6+
(#266 by @clue)
7+
8+
* Feature: Support checking `EINTR` constant from `ext-pcntl` without `ext-sockets`.
9+
(#265 by @clue)
10+
11+
* Minor documentation improvements.
12+
(#254 by @nhedger)
13+
14+
* Improve test suite, run tests on PHP 8.2 and report failed assertions.
15+
(#258 by @WyriHaximus, #264 by @clue and #251, #261 and #262 by @SimonFrings)
16+
317
## 1.3.0 (2022-03-17)
418

519
* Feature: Improve default `StreamSelectLoop` to report any warnings for invalid streams.

README.md

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

891891
```bash
892-
composer require react/event-loop:^1.3
892+
composer require react/event-loop:^1.4
893893
```
894894

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

0 commit comments

Comments
 (0)