diff --git a/CHANGELOG.md b/CHANGELOG.md index 6037d10822..a86b453ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ #### 2.2.6 +* [Laravel5] Add `database_migrations_path` configuration option. See #3628. By @janhenkgerritsen * [Laravel5][Lumen] Fixed issue that caused the `have` and `haveMultiple` methods not being available when using the ORM part of the modules. See #3587. By @janhenkgerritsen * [APC] Added `Codeception\Module\Apc` module to interact with the Alternative PHP Cache (APC) using either APCu or APC extension. By @sergeyklay