Skip to content

Commit fe4b9c1

Browse files
committed
Prepare changelog for next release
1 parent de1f2bb commit fe4b9c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [2.7.0] - YYYY-MM-DD
7+
8+
### Added
9+
10+
* Re-using of idle sockets - [#33]
11+
612
## [2.6.0] - 2019-04-02
713

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

189+
[2.7.0]: https://github.com/hollodotme/fast-cgi-client/compare/v2.6.0...v2.7.0
183190
[2.6.0]: https://github.com/hollodotme/fast-cgi-client/compare/v2.5.0...v2.6.0
184191
[2.5.0]: https://github.com/hollodotme/fast-cgi-client/compare/v2.4.3...v2.5.0
185192
[2.4.3]: https://github.com/hollodotme/fast-cgi-client/compare/v2.4.2...v2.4.3
@@ -204,3 +211,4 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
204211
[#20]: https://github.com/hollodotme/fast-cgi-client/issues/20
205212
[#26]: https://github.com/hollodotme/fast-cgi-client/issues/26
206213
[#27]: https://github.com/hollodotme/fast-cgi-client/issues/27
214+
[#33]: https://github.com/hollodotme/fast-cgi-client/pull/33

0 commit comments

Comments
 (0)