Skip to content

Commit d4a31fb

Browse files
committed
Update changelog, bumping v3.0.1
* Fixes #51
1 parent c1bedf6 commit d4a31fb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0.1] - 2019-10-24
7+
8+
### Added
9+
10+
* PHP 7.4 CI pipeline and docker-compose environment
11+
* Explicitly set `error_reporting=-1` for CI and tests in order to capture deprecation warnings
12+
13+
### Fixed
14+
15+
* Replace usage of curly brace syntax for accessing string offsets, which is deprecated in PHP 7.4 - [#51]
16+
617
## [3.0.0] - 2019-07-29
718

819
**Please take notice of the backwards incompatible changes (BC breaks) documented below
@@ -291,6 +302,7 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
291302
* Getters/Setters for connect timeout, read/write timeout, keep alive, socket persistence from `Client` (now part of the socket connection)
292303
* Method `Client->getValues()`
293304

305+
[3.0.1]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0...v3.0.1
294306
[3.0.0]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0-beta...v3.0.0
295307
[3.0.0-beta]: https://github.com/hollodotme/fast-cgi-client/compare/v3.0.0-alpha...v3.0.0-beta
296308
[3.0.0-alpha]: https://github.com/hollodotme/fast-cgi-client/compare/v2.7.2...v3.0.0-alpha
@@ -329,3 +341,4 @@ Based on [Pierrick Charron](https://github.com/adoy)'s [PHP-FastCGI-Client](http
329341
[#40]: https://github.com/hollodotme/fast-cgi-client/issues/40
330342
[#41]: https://github.com/hollodotme/fast-cgi-client/issues/41
331343
[#45]: https://github.com/hollodotme/fast-cgi-client/issues/45
344+
[#51]: https://github.com/hollodotme/fast-cgi-client/issues/51

0 commit comments

Comments
 (0)