Skip to content

Commit

Permalink
Prepare v1.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 26, 2024
1 parent 038f639 commit 23e4ff3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.16.0 (2024-07-26)

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

## 1.15.0 (2023-12-15)

* Feature: Full PHP 8.3 compatibility.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/socket:^1.15
composer require react/socket:^1.16
```

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

0 comments on commit 23e4ff3

Please sign in to comment.