From 22553190ac5ea2ceef6c1dbab69fa8a766143cc6 Mon Sep 17 00:00:00 2001 From: Holger Woltersdorf Date: Thu, 10 May 2018 14:39:57 +0200 Subject: [PATCH] Update changelog, bumping v0.1.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d20841..4f34772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,21 @@ 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). +## [0.1.1] - 2018-05-10 + +### Fixed + +* Counting an empty client collection throws a warning (in php>=7.2) + +### Improved + +* Import of root level functions and classes +* PHPDoc blocks +* CI builds now also running on php7.2 + ## [0.1.0] - 2017-11-26 Initial release. +[0.1.1]: https://github.com/hollodotme/fast-cgi-proxy/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/hollodotme/fast-cgi-proxy/tree/v0.1.0