Skip to content

Commit 6852fb9

Browse files
committed
Prepare v0.4.19 release
1 parent ba897d4 commit 6852fb9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.4.19 (2019-07-10)
4+
5+
* Feature: Avoid garbage references when DNS resolution rejects on legacy PHP <= 5.6.
6+
(#133 by @clue)
7+
38
## 0.4.18 (2019-09-07)
49

510
* Feature / Fix: Implement `CachingExecutor` using cache TTL, deprecate old `CachedExecutor`,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ The recommended way to install this library is [through Composer](https://getcom
301301
This will install the latest supported version:
302302

303303
```bash
304-
$ composer require react/dns:^0.4.18
304+
$ composer require react/dns:^0.4.19
305305
```
306306

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

0 commit comments

Comments
 (0)