Skip to content

Commit 4d49bd3

Browse files
committed
Prepare v1.2.1 release
1 parent ba5fb5c commit 4d49bd3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ This project follows [SemVer](https://semver.org/).
13541354
This 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

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

0 commit comments

Comments
 (0)