File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 0.4.3 (2016-03-01)
4
15
5
16
* 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
139
139
This will install the latest supported version:
140
140
141
141
``` bash
142
- $ composer require react/socket:~ 0.4.0
142
+ $ composer require react/socket:^ 0.4.4
143
143
```
144
144
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 ) .
152
146
153
147
## License
154
148
You can’t perform that action at this time.
0 commit comments