Skip to content

Commit

Permalink
Prepare v1.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Nov 20, 2024
1 parent 71c0e5c commit 8db02de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.11.0 (2024-11-20)

* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
(#537 by @clue)

* Feature: Allow underscore character in Uri host.
(#524 by @lulhum)

* Improve test suite to fix expected error code when ext-sockets is not enabled.
(#539 by @WyriHaximus)

## 1.10.0 (2024-03-27)

* Feature: Add new PSR-7 implementation and remove dated RingCentral PSR-7 dependency.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/http:^1.10
composer require react/http:^1.11
```

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

0 comments on commit 8db02de

Please sign in to comment.