Skip to content

Commit 89d8379

Browse files
committed
Prepare v1.3.0 release
1 parent 298e455 commit 89d8379

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ This project follows [SemVer](https://semver.org/).
425425
This 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

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

0 commit comments

Comments
 (0)