We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba897d4 commit 6852fb9Copy full SHA for 6852fb9
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 0.4.18 (2019-09-07)
9
10
* Feature / Fix: Implement `CachingExecutor` using cache TTL, deprecate old `CachedExecutor`,
README.md
@@ -301,7 +301,7 @@ The recommended way to install this library is [through Composer](https://getcom
301
This will install the latest supported version:
302
303
```bash
304
-$ composer require react/dns:^0.4.18
+$ composer require react/dns:^0.4.19
305
```
306
307
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments