From 547a64cb31edcf1902b296c511f5ca74101bcb4c Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Sat, 23 Mar 2019 19:57:45 +0200 Subject: [PATCH] Changelog for 2.5.5 --- CHANGELOG-2.5.md | 12 +++++++++++- src/Codeception/Codecept.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-2.5.md b/CHANGELOG-2.5.md index 11e72d2afc..82c96af57d 100644 --- a/CHANGELOG-2.5.md +++ b/CHANGELOG-2.5.md @@ -1,6 +1,16 @@ +#### 2.5.5 + +* [Laravel] Fix missing declaration shouldReport in Laravel 5.8 by @edno +* [Lumen] add support for Laravel\Lumen\Application::boot by @lendormi +* [WebDriver] Fixed SetCookie for chromedriver 2.46+ by @JorisVanEijden +* [ZendExpressive] Fixed recreateApplicationBetweenRequests option, by @artmnv +* [Gherkin] Add possibility to dynamically load contexts (#5409) by @hansdubois +* [Build command] Fixed message printing number of methods in actor class +* Documented usage of IS NULL in Doctrine module by @ThomasLandauer + #### 2.5.4 -* Restored compatility with vlucas/phpdotenv v2 +* Restored compatibility with vlucas/phpdotenv v2 * [Doctrine] Fixed cleanup issue #5326 #### 2.5.3 diff --git a/src/Codeception/Codecept.php b/src/Codeception/Codecept.php index 9282df125c..6072ff4606 100644 --- a/src/Codeception/Codecept.php +++ b/src/Codeception/Codecept.php @@ -7,7 +7,7 @@ class Codecept { - const VERSION = "2.5.4"; + const VERSION = "2.5.5"; /** * @var \Codeception\PHPUnit\Runner