diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb05094..088269ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.5.7 - TBD +## 1.5.7 - 2016-08-14 ### Added @@ -18,7 +18,10 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#362](https://github.com/zfcampus/zf-apigility-admin/pull/362) adds an entry + to remove `ZF\Apigility\Provider` from the module list in the + `apigility-update-to-1.5` script. The package does not need to be listed as a + module, as Composer will autoload all interfaces it defines. ## 1.5.6 - 2016-08-14 diff --git a/bin/apigility-upgrade-to-1.5 b/bin/apigility-upgrade-to-1.5 index 43057dfe..dbdb1444 100755 --- a/bin/apigility-upgrade-to-1.5 +++ b/bin/apigility-upgrade-to-1.5 @@ -25,6 +25,7 @@ $path = realpath(getcwd()); $composer = 'composer'; $modulesToRemove = [ 'AssetManager', + 'ZF\Apigility\Provider', 'ZF\DevelopmentMode', ]; $modulesToAdd = [