File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.1 (2017-01-23)
4
+
5
+ * Fix: Properly format IPv6 addresses and return ` null ` for unknown addresses
6
+ (#14 by @clue )
7
+
8
+ * Fix: Skip IPv6 tests if not supported by the system
9
+ (#15 by @clue )
10
+
3
11
## 1.1.0 (2016-03-19)
4
12
5
13
* Feature: Support promise cancellation (cancellation of underlying DNS lookup)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The recommended way to install this library is [through Composer](http://getcomp
38
38
[ New to Composer?] ( http://getcomposer.org/doc/00-intro.md )
39
39
40
40
``` bash
41
- $ composer require react/datagram:^1.1
41
+ $ composer require react/datagram:^1.1.1
42
42
```
43
43
44
44
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments