Skip to content

Commit 4915bf2

Browse files
committed
Update changelog, bump v3.1.0, #53
1 parent 03c8275 commit 4915bf2

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
# Change Log
1+
# CHANGELOG
22

33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [3.1.0] - 2020-05-06
7+
8+
### Added
9+
10+
* Interface for request content composers with implementations for URL encoded form-data, multipart form-data and JSON data.
11+
This was inspired by - [53]
12+
* Named constructor `newWithRequestContent` to all request classes in order to simplify the use of the new request content type composers.
13+
* For more information and examples have a look at the documentation section ["Request contents"](./README.md#request-contents).
14+
15+
### Fixed
16+
17+
* Inspection issues found by PHPStan
18+
19+
### Updated
20+
21+
* Test suites to cover PHP versions from 7.1 to 7.4
22+
* License dates
23+
* CI moved to GitHub actions
24+
625
## [3.0.1] - 2019-10-24
726

827
### Added
@@ -302,6 +321,7 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
302321
* Getters/Setters for connect timeout, read/write timeout, keep alive, socket persistence from `Client` (now part of the socket connection)
303322
* Method `Client->getValues()`
304323

324+
[3.1.0]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.1...v3.1.0
305325
[3.0.1]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0...v3.0.1
306326
[3.0.0]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0-beta...v3.0.0
307327
[3.0.0-beta]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0-alpha...v3.0.0-beta
@@ -342,3 +362,4 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
342362
[#41]: https://github.com/hollodotme/fast-cgi-client/issues/41
343363
[#45]: https://github.com/hollodotme/fast-cgi-client/issues/45
344364
[#51]: https://github.com/hollodotme/fast-cgi-client/issues/51
365+
[#53]: https://github.com/hollodotme/fast-cgi-client/issues/53

0 commit comments

Comments
 (0)