Skip to content

Commit 187fb56

Browse files
committed
Prepare v1.3.0 release
1 parent 361e9ad commit 187fb56

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.3.0 (2022-03-17)
4+
5+
* Feature: Improve default `StreamSelectLoop` to report any warnings for invalid streams.
6+
(#245 by @clue)
7+
8+
* Feature: Improve performance of `StreamSelectLoop` when no timers are scheduled.
9+
(#246 by @clue)
10+
11+
* Fix: Fix periodic timer with zero interval for `ExtEvLoop` and legacy `ExtLibevLoop`.
12+
(#243 by @lucasnetau)
13+
14+
* Minor documentation improvements, update PHP version references.
15+
(#240, #248 and #250 by @SimonFrings, #241 by @dbu and #249 by @clue)
16+
17+
* Improve test suite and test against PHP 8.1.
18+
(#238 by @WyriHaximus and #242 by @clue)
19+
320
## 1.2.0 (2021-07-11)
421

522
A major new feature release, see [**release announcement**](https://clue.engineering/2021/announcing-reactphp-default-loop).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ This project follows [SemVer](https://semver.org/).
889889
This will install the latest supported version:
890890

891891
```bash
892-
$ composer require react/event-loop:^1.2
892+
$ composer require react/event-loop:^1.3
893893
```
894894

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

0 commit comments

Comments
 (0)