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 Feb 13, 2017
1 parent 065a16b commit e306499
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.4 (2017-02-13)

* Fix: Fix handling connection and stream errors
(#45 by @clue)

* Feature: Add examples and forward compatibility with upcoming Socket v0.5 component
(#46 and #47 by @clue)

## 0.4.3 (2016-07-31)

* Feature: Allow for cache adapter injection (#38 by @WyriHaximus)
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,10 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

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

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

```bash
$ composer require "react/dns:~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 e306499

Please sign in to comment.