File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.0 (2020-07-10)
4+
5+ * Feature: Forward compatibility with react/promise v3.
6+ (#153 by @WyriHaximus )
7+
8+ * Feature: Support parsing ` OPT ` records (EDNS0).
9+ (#157 by @clue )
10+
11+ * Fix: Avoid PHP warnings due to lack of args in exception trace on PHP 7.4.
12+ (#160 by @clue )
13+
14+ * Improve test suite and add ` .gitattributes ` to exclude dev files from exports.
15+ Run tests on PHPUnit 9 and PHP 7.4 and clean up test suite.
16+ (#154 by @reedy , #156 by @clue and #163 by @SimonFrings )
17+
318## 1.2.0 (2019-08-15)
419
520* Feature: Add ` TcpTransportExecutor ` to send DNS queries over TCP/IP connection,
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.2
428+ $ composer require react/dns:^1.3
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