File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ The recommended way to install this library is [through Composer](http://getcomp
328328This 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
334334More 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
You can’t perform that action at this time.
0 commit comments