Skip to content

Commit

Permalink
Prepare v4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Jun 4, 2024
1 parent 0c60cd1 commit 635d50e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Changelog

## 4.3.0 (2024-06-04)

* Feature: Improve performance by avoiding unneeded references in `FiberMap`.
(#88 by @clue)

* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
(#87 by @clue)

* Improve type safety for test environment.
(#86 by @SimonFrings)

## 4.2.0 (2023-11-22)

* Feature: Add Promise v3 template types for all public functions.
(#40 by @WyriHaximus)
(#40 by @WyriHaximus and @clue)

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

* Feature: Add new `delay()` function to delay program execution.
(#69 by @clue)
(#69 and #78 by @clue)

```php
echo 'a';
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version from this branch:

```bash
composer require react/async:^4.2
composer require react/async:^4.3
```

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

0 comments on commit 635d50e

Please sign in to comment.