From 965300147296c428c726467ad52b29ffaed535c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Tue, 1 Mar 2016 15:35:00 +0100 Subject: [PATCH] Updated change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d1726..ca49916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ CHANGED: - [#5](https://github.com/woohoolabs/harmony/issues/5): Return a Response object for all the middlewares - Deprecated middlewares returning null - Middlewares must return a `ResponseInterface` instance, otherwise an exception will be thrown -- Running tests on PHP 5.6 (code style) and PHP 7 instead of PHP 5.5 and PHP 5.6 +- Running tests on PHP 5.6 (code style) and PHP 7 (PHPUnit) instead of PHP 5.5 and PHP 5.6 - Improved test coverage ## 2.2.0 - 2015-12-16