8000 Prepare v1.3.0 release · reactphp/stream@6fbc967 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fbc967

Browse files
committed
Prepare v1.3.0 release
1 parent b7d6e24 commit 6fbc967

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.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+
317
## 1.2.0 (2021-07-11)
418

519
A major new feature release, see [**release announcement**](https://clue.engineering/2021/announcing-reactphp-default-loop).

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.2
1206+
composer require react/stream:^1.3
12071207
```
12081208

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

0 commit comments

Comments
 (0)
0