Skip to content

Commit 4f41115

Browse files
committed
Prepare v1.6.0 release
1 parent 517c9ec commit 4f41115

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## 1.6.0 (2021-02-12)
4+
5+
* Feature: Support PHP 8 (socket address of closed socket should be null).
6+
(#39 by @clue)
7+
8+
* Improve test suite and add `.gitattributes` to exclude dev files from exports.
9+
Run tests on PHPUnit 9, switch to GitHub actions and clean up test suite.
10+
(#30, #31 and #38 by @clue, #34 by @reedy, #35 by @WyriHaximus and #37 by @SimonFrings)
11+
312
## 1.5.0 (2019-07-10)
413

514
* Feature: Forward compatibility with upcoming stable DNS component.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ This library's API is modelled after node.js's API for
3333

3434
## Install
3535

36-
The recommended way to install this library is [through Composer](https://getcomposer.org).
36+
The recommended way to install this library is [through Composer](https://getcomposer.org/).
3737
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
3838

3939
This project follows [SemVer](https://semver.org/).
4040
This will install the latest supported version:
4141

4242
```bash
43-
$ composer require react/datagram:^1.5
43+
$ composer require react/datagram:^1.6
4444
```
4545

4646
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -53,7 +53,7 @@ It's *highly recommended to use PHP 7+* for this project.
5353
## Tests
5454

5555
To run the test suite, you first need to clone this repo and then install all
56-
dependencies [through Composer](https://getcomposer.org):
56+
dependencies [through Composer](https://getcomposer.org/):
5757

5858
```bash
5959
$ composer install

0 commit comments

Comments
 (0)