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 0a83167 commit 65b441dCopy full SHA for 65b441d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 2.8.2 (2020-06-02)
4
+
5
+* Fix: HTTP `HEAD` requests should not expect a response body.
6
+ (#166 by @clue)
7
8
## 2.8.1 (2020-05-19)
9
10
* Fix: Fix cancellation of pending requests with promise followers.
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.1
+$ composer require clue/buzz-react:^2.8.2
772
```
773
774
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments