X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fconsolidation%2Fannotated-command%2FCHANGELOG.md;h=87afa0bdc23e6f298ed44051c987f6815d7599f9;hp=662dbb4fa42de207a008717077cdb5e0b2a1d077;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/consolidation/annotated-command/CHANGELOG.md b/vendor/consolidation/annotated-command/CHANGELOG.md index 662dbb4fa..87afa0bdc 100644 --- a/vendor/consolidation/annotated-command/CHANGELOG.md +++ b/vendor/consolidation/annotated-command/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +### 2.9.0 & 2.9.1 - 19 Sept 2018 + +- Improve commandfile discovery for extensions installed via Composer. (#156) + +### 2.8.5 - 18 Aug 2018 + +- Add dependencies.yml for dependencies.io +- Fix warning in AnnotatedCommandFactory when getCommandInfoListFromCache called with null. + +### 2.8.4 - 25 May 2018 + +- Use g1a/composer-test-scenarios for better PHP version matrix testing. + ### 2.8.3 - 23 Feb 2018 - BUGFIX: Do not shift off the command name unless it is there. (#139)