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 36b1604 commit bf76d1cCopy full SHA for bf76d1c
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.6.0 (2021-06-21)
4
+
5
+* Feature: Add support for legacy `SPF` record type.
6
+ (#178 by @akondas and @clue)
7
8
+* Fix: Fix integer overflow for TCP/IP chunk size on 32 bit platforms.
9
+ (#177 by @clue)
10
11
## 1.5.0 (2021-03-05)
12
13
* Feature: Improve error reporting when query fails, include domain and query type and DNS server address where applicable.
README.md
@@ -425,7 +425,7 @@ This project follows [SemVer](https://semver.org/).
425
This will install the latest supported version:
426
427
```bash
428
-$ composer require react/dns:^1.5
+$ composer require react/dns:^1.6
429
```
430
431
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments