Skip to content

Commit

Permalink
Changelog for 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Mar 23, 2019
1 parent 2a5b4e5 commit 547a64c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Expand Up @@ -7,7 +7,7 @@

class Codecept
{
const VERSION = "2.5.4";
const VERSION = "2.5.5";

/**
* @var \Codeception\PHPUnit\Runner
Expand Down

0 comments on commit 547a64c

Please sign in to comment.