Skip to content

Commit 635d50e

Browse files
committed
Prepare v4.3.0 release
1 parent 0c60cd1 commit 635d50e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# Changelog
22

3+
## 4.3.0 (2024-06-04)
4+
5+
* Feature: Improve performance by avoiding unneeded references in `FiberMap`.
6+
(#88 by @clue)
7+
8+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
9+
(#87 by @clue)
10+
11+
* Improve type safety for test environment.
12+
(#86 by @SimonFrings)
13+
314
## 4.2.0 (2023-11-22)
415

516
* Feature: Add Promise v3 template types for all public functions.
6-
(#40 by @WyriHaximus)
17+
(#40 by @WyriHaximus and @clue)
718

819
All our public APIs now use Promise v3 template types to guide IDEs and static
920
analysis tools (like PHPStan), helping with proper type usage and improving
@@ -24,7 +35,7 @@
2435
## 4.1.0 (2023-06-22)
2536

2637
* Feature: Add new `delay()` function to delay program execution.
27-
(#69 by @clue)
38+
(#69 and #78 by @clue)
2839

2940
```php
3041
echo 'a';

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ This project follows [SemVer](https://semver.org/).
623623
This will install the latest supported version from this branch:
624624

625625
```bash
626-
composer require react/async:^4.2
626+
composer require react/async:^4.3
627627
```
628628

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

0 commit comments

Comments
 (0)