Fixes #16926: Fix shell autocompletion

This commit is contained in:
Nikolay
2018-12-31 14:34:01 +03:00
committed by Alexander Makarov
parent 5250197d3b
commit ebb5976a22
2 changed files with 2 additions and 1 deletions

View File

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

View File

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