File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.0 (2023-06-16)
4
+
5
+ * Feature: Full PHP 8.1 and PHP 8.2 compatibility.
6
+ (#160 by @SimonFrings , #165 by @clue and #169 by @WyriHaximus )
7
+
8
+ * Feature: Avoid unneeded syscall when creating non-blocking ` DuplexResourceStream ` .
9
+ (#164 by @clue )
10
+
11
+ * Minor documentation improvements.
12
+ (#161 by @mrsimonbennett , #162 by @SimonFrings and #166 by @nhedger )
13
+
14
+ * Improve test suite and project setup and report failed assertions.
15
+ (#168 and #170 by @clue and #163 by @SimonFrings )
16
+
3
17
## 1.2.0 (2021-07-11)
4
18
5
19
A major new feature release, see [ ** release announcement** ] ( https://clue.engineering/2021/announcing-reactphp-default-loop ) .
Original file line number Diff line number Diff line change @@ -1203,7 +1203,7 @@ This project follows [SemVer](https://semver.org/).
1203
1203
This will install the latest supported version:
1204
1204
1205
1205
``` bash
1206
- composer require react/stream:^1.2
1206
+ composer require react/stream:^1.3
1207
1207
```
1208
1208
1209
1209
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments