Skip to content

Commit 1e5b0ac

Browse files
committed
Prepare v1.4.0 release
1 parent d258e40 commit 1e5b0ac

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ This project follows [SemVer](https://semver.org/).
12031203
This 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

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

0 commit comments

Comments
 (0)