We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a191c1 commit 86d3da6Copy full SHA for 86d3da6
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.4.8 (2017-04-16)
4
+
5
+* Feature: Add support for the AAAA record type to the protocol parser
6
+ (#58 by @othillo)
7
+* Feature: Add support for the PTR record type to the protocol parser
8
+ (#59 by @othillo)
9
10
## 0.4.7 (2017-03-31)
11
12
* Feature: Forward compatibility with upcoming Socket v0.6 and v0.7 component
README.md
@@ -100,7 +100,7 @@ The recommended way to install this library is [through Composer](http://getcomp
100
This will install the latest supported version:
101
102
```bash
103
-$ composer require react/dns:^0.4.7
+$ composer require react/dns:^0.4.8
104
```
105
106
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments