File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ This project follows [SemVer](http://semver.org/).
500500This 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
506506See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments