Skip to content

Commit

Permalink
Prepare v0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 27, 2017
1 parent b48b088 commit 2a62a9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.2 (2017-06-27)

* Feature: Support passing arrays for request header values
(#100 by @clue)

* Fix: Fix merging default headers if overwritten with custom case headers
(#101 by @clue)

## 0.5.1 (2017-06-18)

* Feature: Emit `error` event if request URL is invalid
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/http-client:^0.5.1
$ composer require react/http-client:^0.5.2

This comment has been minimized.

Copy link
@kelunik

kelunik Jun 27, 2017

Why not just remove the version there? It will automatically pick the latest.

This comment has been minimized.

Copy link
@clue

clue Jun 27, 2017

Author Member

Explicitly listing the version here ensures that Composer actually tries to install the latest version, while omitting the version number will silently install the latest compatible version. Both are valid options and have pros and cons, do you feel like filing a ticket in reactphp/react to spark the discussion? 👍

This comment has been minimized.

Copy link
@kelunik

kelunik Jun 27, 2017

Don't care enough to open an issue for it, no.

```

More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
Expand Down

0 comments on commit 2a62a9c

Please sign in to comment.