Browse Source

Fixes #16926: Fix shell autocompletion

tags/2.0.16
Nikolay 6 years ago committed by Alexander Makarov
parent
commit
ebb5976a22
  1. 2
      contrib/completion/bash/yii
  2. 1
      framework/CHANGELOG.md

2
contrib/completion/bash/yii

@ -57,4 +57,4 @@ _yii()
# register completion for the ./yii command # register completion for the ./yii command
# you may adjust this line if your command file is named differently # you may adjust this line if your command file is named differently
complete -F _yii ./yii yii complete -o default -F _yii ./yii yii

1
framework/CHANGELOG.md

@ -4,6 +4,7 @@ Yii Framework 2 Change Log
2.0.16 under development 2.0.16 under development
------------------------ ------------------------
- Bug #16926: Fix shell autocompletion (GHopperMSK)
- Bug #15850: check basePath is writable on publish in AssetManager (Groonya) - Bug #15850: check basePath is writable on publish in AssetManager (Groonya)
- Bug #16910: Fix messages sorting on extract (Groonya) - Bug #16910: Fix messages sorting on extract (Groonya)
- Bug #16969: Fix `yii\filters\PageCache` incorrectly storing empty data in some cases (sammousa) - Bug #16969: Fix `yii\filters\PageCache` incorrectly storing empty data in some cases (sammousa)

Loading…
Cancel
Save