Skip to content

Commit 8b73ad5

Browse files
committed
Update changelog
1 parent c3b0559 commit 8b73ad5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ PHP Curl Class uses semantic versioning with version numbers written as `MAJOR.M
44
`MINOR` and `PATCH` version changes. It is recommended to review `MAJOR` changes prior to upgrade as there may be
55
backwards-incompatible changes that will affect existing usage.
66

7+
## 9.2.0 - 2021-06-23
8+
9+
### Added
10+
11+
- Additional Curl::set\* and MultiCurl::set\* helper methods
12+
13+
```
14+
Curl::setAutoReferer()
15+
Curl::setAutoReferrer()
16+
Curl::setFollowLocation()
17+
Curl::setForbidReuse()
18+
Curl::setMaximumRedirects()
19+
MultiCurl::setAutoReferer()
20+
MultiCurl::setAutoReferrer()
21+
MultiCurl::setFollowLocation()
22+
MultiCurl::setForbidReuse()
23+
MultiCurl::setMaximumRedirects()
24+
```
25+
26+
### Fixed
27+
28+
- Closing curl handles [#670](https://github.com/php-curl-class/php-curl-class/issues/670)
29+
- Use of "$this" in non-object context [#671](https://github.com/php-curl-class/php-curl-class/pull/671)
30+
731
## 9.1.0 - 2021-03-24
832
933
### Added

0 commit comments

Comments
 (0)