File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.14.0 (2023-08-25)
4
+
5
+ * Feature: Improve Promise v3 support and use template types.
6
+ (#307 and #309 by @clue )
7
+
8
+ * Improve test suite and update to collect all garbage cycles.
9
+ (#308 by @clue )
10
+
3
11
## 1.13.0 (2023-06-07)
4
12
5
13
* Feature: Include timeout logic to avoid dependency on reactphp/promise-timer.
Original file line number Diff line number Diff line change @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
1494
1494
This will install the latest supported version:
1495
1495
1496
1496
``` bash
1497
- composer require react/socket:^1.13
1497
+ composer require react/socket:^1.14
1498
1498
```
1499
1499
1500
1500
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments