Skip to content

Commit

Permalink
Updates changelog, bumping v2.4.2, #15
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Jan 28, 2018
1 parent e2c107d commit 59f6d4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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).

## [2.4.2] - 2018-01-28

### Fixes

* Missing data in `php://input` on worker side when client sends content larger than 65535 bytes - [#15]

## [2.4.1] - 2017-11-19

### Fixes
Expand Down Expand Up @@ -124,6 +130,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()`

[2.4.2]: https://github.com/hollodotme/fast-cgi-client/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/hollodotme/fast-cgi-client/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/hollodotme/fast-cgi-client/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/hollodotme/fast-cgi-client/compare/v2.2.0...v2.3.0
Expand All @@ -140,3 +147,4 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
[#9]: https://github.com/hollodotme/fast-cgi-client/issues/9
[#11]: https://github.com/hollodotme/fast-cgi-client/issues/11
[#14]: https://github.com/hollodotme/fast-cgi-client/issues/14
[#15]: https://github.com/hollodotme/fast-cgi-client/issues/15

0 comments on commit 59f6d4b

Please sign in to comment.