File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.0 (2024-06-11)
4+
5+ * Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
6+ (#179 by @clue )
7+
8+ * Feature: Full PHP 8.3 compatibility.
9+ (#172 by @clue )
10+
11+ * Fix: Fix ` drain ` event of ` ThroughStream ` to handle potential race condition.
12+ (#171 by @clue )
13+
314## 1.3.0 (2023-06-16)
415
516* Feature: Full PHP 8.1 and PHP 8.2 compatibility.
Original file line number Diff line number Diff line change @@ -1203,7 +1203,7 @@ This project follows [SemVer](https://semver.org/).
12031203This will install the latest supported version:
12041204
12051205``` bash
1206- composer require react/stream:^1.3
1206+ composer require react/stream:^1.4
12071207```
12081208
12091209See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments