Skip to content

Commit d61930e

Browse files
committed
Prepare v0.4.4 release
1 parent 612b7c1 commit d61930e

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,10 @@ The recommended way to install this library is [through Composer](http://getcomp
139139
This 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

0 commit comments

Comments
 (0)