From d61930e1aefb2a704b0adbe6bb97ee4a835d6a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 19 Dec 2016 23:52:38 +0100 Subject: [PATCH] Prepare v0.4.4 release --- CHANGELOG.md | 11 +++++++++++ README.md | 10 ++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb67d61..bc006c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 608b4401..de6e8701 100644 --- a/README.md +++ b/README.md @@ -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