Skip to content

Commit 3f2ea2c

Browse files
committed
Prepare v1.4.0 release
1 parent 8f461db commit 3f2ea2c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.4.0 (2021-11-15)
4+
5+
* Feature: Support PHP 8.1, avoid deprecation warning concerning `\Countable::count(...)` return type.
6+
(#32 by @bartvanhoutte)
7+
8+
* Improve documentation and simplify examples by updating to new [default loop](https://reactphp.org/event-loop/#loop).
9+
(#27 and #29 by @PaulRotmann and #30 by @SimonFrings)
10+
11+
* Improve test suite to use GitHub actions for continuous integration (CI).
12+
(#28 by @SimonFrings)
13+
314
## 1.3.0 (2020-10-16)
415

516
* Enhanced documentation for ReactPHP's new HTTP client and

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,14 +484,14 @@ This project follows [SemVer](https://semver.org/).
484484
This will install the latest supported version:
485485

486486
```bash
487-
$ composer require clue/mq-react:^1.3
487+
$ composer require clue/mq-react:^1.4
488488
```
489489

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

492492
This project aims to run on any platform and thus does not require any PHP
493493
extensions and supports running on legacy PHP 5.3 through current PHP 8+.
494-
It's highly recommended to use the latest supported PHP version for this project.
494+
It's *highly recommended to use the latest supported PHP version* for this project.
495495

496496
## Tests
497497

0 commit comments

Comments
 (0)