File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
311## 1.5.0 (2021-03-05)
412
513* Feature: Improve error reporting when query fails, include domain and query type and DNS server address where applicable.
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ This project follows [SemVer](https://semver.org/).
425425This will install the latest supported version:
426426
427427``` bash
428- $ composer require react/dns:^1.5
428+ $ composer require react/dns:^1.6
429429```
430430
431431See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments