Skip to content

Commit ea09c02

Browse files
committed
Prepare v0.7.3 release
1 parent ad45e03 commit ea09c02

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 0.7.3 (2017-08-14)
4+
5+
* Feature: Support `Throwable` when setting previous exception from server callback
6+
(#155 by @jsor)
7+
8+
* Fix: Fixed URI parsing for origin-form requests that contain scheme separator
9+
such as `/path?param=http://example.com`.
10+
(#209 by @aaronbonneau)
11+
12+
* Improve test suite by locking Travis distro so new defaults will not break the build
13+
(#211 by @clue)
14+
315
## 0.7.2 (2017-07-04)
416

517
* Fix: Stricter check for invalid request-line in HTTP requests

README.md

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

661661
```bash
662-
$ composer require react/http:^0.7.2
662+
$ composer require react/http:^0.7.3
663663
```
664664

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

0 commit comments

Comments
 (0)