Skip to content

Commit c7725b3

Browse files
committed
Prepare v1.1.0 release
1 parent 880c73e commit c7725b3

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## 1.0.1 (2015-11-13)
415

516
* Fix: Correct formatting for remote peer address of incoming datagrams when using IPv6

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,15 @@ This library's API is modelled after node.js's API for
3434

3535
## Install
3636

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
4542
```
4643

44+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
45+
4746
## License
4847

4948
MIT

0 commit comments

Comments
 (0)