Skip to content

Commit 9ef920e

Browse files
committed
Prepare v0.5.1 release
1 parent f77c327 commit 9ef920e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.1 (2017-06-18)
4+
5+
* Feature: Emit `error` event if request URL is invalid
6+
(#99 by @clue)
7+
8+
* Feature: Support OPTIONS method with asterisk-form (`OPTIONS * HTTP/1.1`)
9+
(#98 by @clue)
10+
11+
* Improve documentation for event semantics
12+
(#97 by @clue)
13+
314
## 0.5.0 (2017-05-22)
415

516
* Feature / BC break: Replace `Factory` with simple `Client` constructor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The recommended way to install this library is [through Composer](http://getcomp
9797
This will install the latest supported version:
9898

9999
```bash
100-
$ composer require react/http-client:^0.5
100+
$ composer require react/http-client:^0.5.1
101101
```
102102

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

0 commit comments

Comments
 (0)