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 1a4abb5 commit 82160cbCopy full SHA for 82160cb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 2.8.1 (2020-05-19)
4
+
5
+* Fix: Fix cancellation of pending requests with promise followers.
6
+ (#164 by @clue)
7
8
## 2.8.0 (2020-05-13)
9
10
* Feature: Use HTTP/1.1 protocol version by default and add new `Browser::withProtocolVersion()`.
README.md
@@ -768,7 +768,7 @@ This project follows [SemVer](https://semver.org/).
768
This will install the latest supported version:
769
770
```bash
771
-$ composer require clue/buzz-react:^2.8
+$ composer require clue/buzz-react:^2.8.1
772
```
773
774
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments