File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.4 (2017-02-13)
4+
5+ * Fix: Fix handling connection and stream errors
6+ (#45 by @clue )
7+
8+ * Feature: Add examples and forward compatibility with upcoming Socket v0.5 component
9+ (#46 and #47 by @clue )
10+
311## 0.4.3 (2016-07-31)
412
513* Feature: Allow for cache adapter injection (#38 by @WyriHaximus )
Original file line number Diff line number Diff line change @@ -90,16 +90,10 @@ The recommended way to install this library is [through Composer](http://getcomp
9090This will install the latest supported version:
9191
9292``` bash
93- $ composer require react/dns:~ 0.4.0
93+ $ composer require react/dns:^ 0.4.4
9494```
9595
96- If you care a lot about BC, you may also want to look into supporting legacy versions:
97-
98- ``` bash
99- $ composer require " react/dns:~0.4.0|~0.3.0"
100- ```
101-
102- More details and upgrade guides can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
96+ More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
10397
10498## License
10599
You can’t perform that action at this time.
0 commit comments