diff --git a/extensions/gii/CHANGELOG.md b/extensions/gii/CHANGELOG.md index c67f8f4a0b..04fd051718 100644 --- a/extensions/gii/CHANGELOG.md +++ b/extensions/gii/CHANGELOG.md @@ -7,6 +7,7 @@ Yii Framework 2 gii extension Change Log - Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue) - Bug #1904: Fixed autocomplete to work with underscore inputs "_" (tonydspaniard) - Bug #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue) +- Bug #2712: Fixed missing id in code file preview url (klevron) - Bug: fixed controller in crud template to avoid returning query in findModel() (cebe) - Enh #1624: generate rules for unique indexes (lucianobaraglia) - Enh #1818: Do not display checkbox column if all rows are empty (johonunu)