Skip to content

Commit e306499

Browse files
committed
Prepare v0.4.4 release
1 parent 065a16b commit e306499

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.4 (2017-02-13)
4+
5+
* Fix: Fix handling connection and stream errors
6+
(#45 by @clue)
7+
8+
* Feature: Add examples and forward compatibility with upcoming Socket v0.5 component
9+
(#46 and #47 by @clue)
10+
311
## 0.4.3 (2016-07-31)
412

513
* Feature: Allow for cache adapter injection (#38 by @WyriHaximus)

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,10 @@ The recommended way to install this library is [through Composer](http://getcomp
9090
This will install the latest supported version:
9191

9292
```bash
93-
$ composer require react/dns:~0.4.0
93+
$ composer require react/dns:^0.4.4
9494
```
9595

96-
If you care a lot about BC, you may also want to look into supporting legacy versions:
97-
98-
```bash
99-
$ composer require "react/dns:~0.4.0|~0.3.0"
100-
```
101-
102-
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).
96+
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
10397

10498
## License
10599

0 commit comments

Comments
 (0)