Skip to content

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Nov 13, 2023
1 parent 3b5a789 commit bbe0bd8
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.5.0 (2023-11-13)

* Feature: Improve performance by using `spl_object_id()` on PHP 7.2+.
(#267 by @samsonasik)

* Feature: Full PHP 8.3 compatibility.
(#269 by @clue)

* Update tests for `ext-uv` on PHP 8+ and legacy PHP.
(#270 by @clue and #268 by @SimonFrings)

## 1.4.0 (2023-05-05)

* Feature: Improve performance of `Loop` by avoiding unneeded method calls.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/event-loop:^1.4
composer require react/event-loop:^1.5
```

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

0 comments on commit bbe0bd8

Please sign in to comment.