File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.1.0 (2017-09-25)
4+
5+ * Feature: Update Socket dependency to support hosts file on all platforms
6+ (#66 by @clue )
7+
8+ This means that connecting to hosts such as ` localhost ` (and for example
9+ those used for Docker containers) will now work as expected across all
10+ platforms with no changes required:
11+
12+ ``` php
13+ $factory->createClient('localhost');
14+ ```
15+
316## 2.0.0 (2017-09-20)
417
518A major compatibility release to update this package to support all latest
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ The recommended way to install this library is [through Composer](https://getcom
254254This will install the latest supported version:
255255
256256``` bash
257- $ composer require clue/redis-react:^2.0
257+ $ composer require clue/redis-react:^2.1
258258```
259259
260260See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments