File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.0 (2016-03-19)
4
+
5
+ * Feature: Support promise cancellation (cancellation of underlying DNS lookup)
6
+ (#12 by @clue )
7
+
8
+ * Fix: Fix error reporting when trying to create invalid sockets
9
+ (#11 by @clue )
10
+
11
+ * Improve test suite and update dependencies
12
+ (#7 , #8 by @clue )
13
+
3
14
## 1.0.1 (2015-11-13)
4
15
5
16
* Fix: Correct formatting for remote peer address of incoming datagrams when using IPv6
Original file line number Diff line number Diff line change @@ -34,16 +34,15 @@ This library's API is modelled after node.js's API for
34
34
35
35
## Install
36
36
37
- The recommended way to install this library is [ through composer] ( http://getcomposer.org ) . [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
38
-
39
- ``` JSON
40
- {
41
- "require" : {
42
- "react/datagram" : " ~1.0"
43
- }
44
- }
37
+ The recommended way to install this library is [ through Composer] ( http://getcomposer.org ) .
38
+ [ New to Composer?] ( http://getcomposer.org/doc/00-intro.md )
39
+
40
+ ``` bash
41
+ $ composer require react/datagram:^1.1
45
42
```
46
43
44
+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
45
+
47
46
## License
48
47
49
48
MIT
You can’t perform that action at this time.
0 commit comments