File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0 (2019-07-18)
4+
5+ * Feature: Support parsing ` CAA ` and ` SSHFP ` records.
6+ (#141 and #142 by @clue )
7+
8+ * Feature: Add ` ResolverInterface ` as common interface for ` Resolver ` class.
9+ (#139 by @clue )
10+
11+ * Fix: Add missing private property definitions and
12+ remove unneeded dependency on ` react/stream ` .
13+ (#140 and #143 by @clue )
14+
315## 1.0.0 (2019-07-11)
416
517* First stable LTS release, now following [ SemVer] ( https://semver.org/ ) .
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ This project follows [SemVer](https://semver.org/).
302302This will install the latest supported version:
303303
304304``` bash
305- $ composer require react/dns:^1.0
305+ $ composer require react/dns:^1.1
306306```
307307
308308See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments