File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.4 (2016-12-19)
4+
5+ * Feature / Fix: ` ConnectionInterface ` should extend ` DuplexStreamInterface ` + documentation
6+ (#50 by @clue )
7+
8+ * Feature / Fix: Improve test suite and switch to normal stream handler
9+ (#51 by @clue )
10+
11+ * Feature: Add examples
12+ (#49 by @clue )
13+
314## 0.4.3 (2016-03-01)
415
516* Bug fix: Suppress errors on stream_socket_accept to prevent PHP from crashing
Original file line number Diff line number Diff line change @@ -139,16 +139,10 @@ The recommended way to install this library is [through Composer](http://getcomp
139139This will install the latest supported version:
140140
141141``` bash
142- $ composer require react/socket:~ 0.4.0
142+ $ composer require react/socket:^ 0.4.4
143143```
144144
145- If you care a lot about BC, you may also want to look into supporting legacy versions:
146-
147- ``` bash
148- $ composer require " react/socket:~0.4.0|~0.3.0"
149- ```
150-
151- More details and upgrade guides can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
145+ More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
152146
153147## License
154148
You can’t perform that action at this time.
0 commit comments