File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.9 (2017-05-01)
4+
5+ * Feature: Forward compatibility with upcoming Socket v1.0 and v0.8
6+ (#61 by @clue )
7+
38## 0.4.8 (2017-04-16)
49
510* Feature: Add support for the AAAA record type to the protocol parser
611 (#58 by @othillo )
12+
713* Feature: Add support for the PTR record type to the protocol parser
814 (#59 by @othillo )
915
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The recommended way to install this library is [through Composer](http://getcomp
100100This will install the latest supported version:
101101
102102``` bash
103- $ composer require react/dns:^0.4.8
103+ $ composer require react/dns:^0.4.9
104104```
105105
106106More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments