From 1fb4e152bb972aba5e4244521608397111617a52 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 26 Jan 2014 12:57:07 -0500 Subject: [PATCH] added contributor. --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index e21e437..40fa3a6 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -120,7 +120,7 @@ Yii Framework 2 Change Log - Chg #2025: Removed ability to declare scopes in ActiveRecord (samdark) - Chg #2057: AutoTimestamp attributes defaults changed from `create_time` and `update_time` to `created_at` and `updated_at` (creocoder) - Chg #2063: Removed `yii\web\Request::acceptTypes` and renamed `yii\web\Request::acceptedContentTypes` to `acceptableContentTypes` (qiangxue) -- Chg #2157: The '*' category pattern will match all categories that do not match any other patterns listed in `I18N::translations` (qiangxue) +- Chg #2157: The '*' category pattern will match all categories that do not match any other patterns listed in `I18N::translations` (qiangxue, Ragazzo) - Chg: Renamed `yii\jui\Widget::clientEventsMap` to `clientEventMap` (qiangxue) - Chg: Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()` (qiangxue) - Chg: Renamed `attributeName` and `className` to `targetAttribute` and `targetClass` for `UniqueValidator` and `ExistValidator` (qiangxue)