Skip to content

Commit

Permalink
Prepare v1.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 25, 2022
1 parent 9d496ba commit 81e1b4d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 1.12.0 (2022-08-25)

* Feature: Forward compatibility with react/promise 3.
(#214 by @WyriHaximus and @clue)

* Feature: Full support for PHP 8.2 release.
(#298 by @WyriHaximus)

* Feature: Avoid unneeded syscall on socket close.
(#292 by @clue)

* Feature / Fix: Improve error reporting when custom error handler is used.
(#290 by @clue)

* Fix: Fix invalid references in exception stack trace.
(#284 by @clue)

* Minor documentation improvements, update to use new reactphp/async package instead of clue/reactphp-block.
(#296 by @clue, #285 by @SimonFrings and #295 by @nhedger)

* Improve test suite, update macOS and HHVM environment, fix optional tests for `ENETUNREACH`.
(#288, #289 and #297 by @clue)

## 1.11.0 (2022-01-14)

* Feature: Full support for PHP 8.1 release.
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.11
composer require react/socket:^1.12
```

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

0 comments on commit 81e1b4d

Please sign in to comment.