File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.12 (2018-01-14)
4+
5+ * Improve test suite by adding forward compatibility with PHPUnit 6,
6+ test against PHP 7.2, fix forward compatibility with upcoming EventLoop releases,
7+ add test group to skip integration tests relying on internet connection
8+ and add minor documentation improvements.
9+ (#85 and #87 by @carusogabriel , #88 and #89 by @clue and #83 by @jsor )
10+
311## 0.4.11 (2017-08-25)
412
513* Feature: Support resolving from default hosts file
Original file line number Diff line number Diff line change 11# Dns
22
33[ ![ Build Status] ( https://travis-ci.org/reactphp/dns.svg?branch=master )] ( https://travis-ci.org/reactphp/dns )
4- [ ![ Code Climate] ( https://codeclimate.com/github/reactphp/dns/badges/gpa.svg )] ( https://codeclimate.com/github/reactphp/dns )
54
65Async DNS resolver for [ ReactPHP] ( https://reactphp.org/ ) .
76
@@ -151,7 +150,7 @@ The recommended way to install this library is [through Composer](https://getcom
151150This will install the latest supported version:
152151
153152``` bash
154- $ composer require react/dns:^0.4.11
153+ $ composer require react/dns:^0.4.12
155154```
156155
157156See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments