Skip to content

Commit

Permalink
Prepare v0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Dec 19, 2016
1 parent 612b7c1 commit d61930e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.4.4 (2016-12-19)

* Feature / Fix: `ConnectionInterface` should extend `DuplexStreamInterface` + documentation
(#50 by @clue)

* Feature / Fix: Improve test suite and switch to normal stream handler
(#51 by @clue)

* Feature: Add examples
(#49 by @clue)

## 0.4.3 (2016-03-01)

* Bug fix: Suppress errors on stream_socket_accept to prevent PHP from crashing
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,10 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/socket:~0.4.0
$ composer require react/socket:^0.4.4
```

If you care a lot about BC, you may also want to look into supporting legacy versions:

```bash
$ composer require "react/socket:~0.4.0|~0.3.0"
```

More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).

## License

Expand Down

0 comments on commit d61930e

Please sign in to comment.