Update CHANGELOG.md

This commit is contained in:
Kevin LEVRON
2014-03-12 15:23:18 +01:00
parent ade92c46ac
commit 0b92f270de

View File

@@ -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)