We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48b088 commit 2a62a9cCopy full SHA for 2a62a9c
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.5.2 (2017-06-27)
4
+
5
+* Feature: Support passing arrays for request header values
6
+ (#100 by @clue)
7
8
+* Fix: Fix merging default headers if overwritten with custom case headers
9
+ (#101 by @clue)
10
11
## 0.5.1 (2017-06-18)
12
13
* Feature: Emit `error` event if request URL is invalid
README.md
@@ -106,7 +106,7 @@ The recommended way to install this library is [through Composer](http://getcomp
106
This will install the latest supported version:
107
108
```bash
109
-$ composer require react/http-client:^0.5.1
+$ composer require react/http-client:^0.5.2
110
```
111
112
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments