File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.1 (2019-06-03)
4+
5+ * Avoid uneeded fragmented TLS work around for PHP 7.3.3+ and
6+ work around failing test case detecting EOF on TLS 1.3 socket streams.
7+ (#201 and #202 by @clue )
8+
9+ * Improve TLS certificate/passphrase example.
10+ (#190 by @jsor )
11+
312## 1.2.0 (2019-01-07)
413
514* Feature / Fix: Improve TLS 1.3 support.
Original file line number Diff line number Diff line change @@ -1354,7 +1354,7 @@ This project follows [SemVer](https://semver.org/).
13541354This will install the latest supported version:
13551355
13561356``` bash
1357- $ composer require react/socket:^1.2
1357+ $ composer require react/socket:^1.2.1
13581358```
13591359
13601360See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments