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 2ce4cec commit 72949abCopy full SHA for 72949ab
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
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
11
## 1.1.0 (2016-03-19)
12
13
* Feature: Support promise cancellation (cancellation of underlying DNS lookup)
README.md
@@ -38,7 +38,7 @@ The recommended way to install this library is [through Composer](http://getcomp
38
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
39
40
```bash
41
-$ composer require react/datagram:^1.1
+$ composer require react/datagram:^1.1.1
42
```
43
44
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments