Skip to content

Commit

Permalink
Update changelog, bump v3.1.1, #55, #56
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed May 6, 2020
1 parent ba969c4 commit f67b10b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com).

## [3.1.1] - 2020-05-06

### Fixed

* Backwards compatibility break in userland classes extending `AbstractRequest` due to a final constructor. - [#56]
See also: [#55]

## [3.1.0] - 2020-05-06

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

[3.1.1]: https://github.com/hollodotme/fast-cgi-client/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.1...v3.1.0
[3.0.1]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0-beta...v3.0.0
Expand Down Expand Up @@ -363,3 +371,5 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
[#45]: https://github.com/hollodotme/fast-cgi-client/issues/45
[#51]: https://github.com/hollodotme/fast-cgi-client/issues/51
[#53]: https://github.com/hollodotme/fast-cgi-client/issues/53
[#55]: https://github.com/hollodotme/fast-cgi-client/pull/55
[#56]: https://github.com/hollodotme/fast-cgi-client/issues/56

0 comments on commit f67b10b

Please sign in to comment.