Skip to content

Commit c37408f

Browse files
committed
Prepare v2.3.0 release
1 parent f88afea commit c37408f

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.3.0 (2018-02-09)
4+
5+
* Feature / Fix: Pass custom request headers when following redirects
6+
(#91 by @seregazhuk and #96 by @clue)
7+
8+
* Support legacy PHP 5.3 through PHP 7.2 and HHVM
9+
(#95 by @clue)
10+
11+
* Improve documentation
12+
(#87 by @holtkamp and #93 by @seregazhuk)
13+
14+
* Improve test suite by adding forward compatibility with PHPUnit 5, PHPUnit 6
15+
and PHPUnit 7 and explicitly test HTTP/1.1 protocol version.
16+
(#86 by @carusogabriel and #94 and #97 by @clue)
17+
318
## 2.2.0 (2017-10-24)
419

520
* Feature: Forward compatibility with freshly released react/promise-stream v1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ This project follows [SemVer](http://semver.org/).
500500
This will install the latest supported version:
501501

502502
```bash
503-
$ composer require clue/buzz-react:^2.2
503+
$ composer require clue/buzz-react:^2.3
504504
```
505505

506506
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)