Skip to content

Commit cf074e5

Browse files
committed
Prepare v0.4.6 release
1 parent c1fc9e1 commit cf074e5

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
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+
## 0.4.6 (2017-01-26)
4+
5+
* Feature: Support socket context options passed to `Server`
6+
(#64 by @clue)
7+
8+
* Fix: Properly return `null` for unknown addresses
9+
(#63 by @clue)
10+
11+
* Improve documentation for `ServerInterface` and lock test suite requirements
12+
(#60 by @clue, #57 by @shaunbramley)
13+
314
## 0.4.5 (2017-01-08)
415

516
* Feature: Add `SecureServer` for secure TLS connections

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ The recommended way to install this library is [through Composer](http://getcomp
328328
This will install the latest supported version:
329329

330330
```bash
331-
$ composer require react/socket:^0.4.5
331+
$ composer require react/socket:^0.4.6
332332
```
333333

334334
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
@@ -344,10 +344,10 @@ manually specify the root package version like this:
344344
$ COMPOSER_ROOT_VERSION=`git describe --abbrev=0` composer install
345345
```
346346

347-
To run the test suite, you need PHPUnit. Go to the project root and run:
347+
To run the test suite, go to the project root and run:
348348

349349
```bash
350-
$ phpunit
350+
$ php vendor/bin/phpunit
351351
```
352352

353353
## License

0 commit comments

Comments
 (0)