From 250b2cf4ff57fb04e8a88f01469fe6158041e73f Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sat, 24 Apr 2021 11:35:14 +0300 Subject: [PATCH] Remove extra space from changelog --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index ac75ab60e9..0306b569a9 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -22,7 +22,7 @@ Yii Framework 2 Change Log - Bug #18593: Fix setting the `maxlength` attribute for `Html::activeInput()` and `Html::activeTextArea()` based on `length` parameter of validator (BSCheshir) - Bug #18592: Fix `yii\db\Command::getRawSql()` to not replace query params in invalid places (sartor) - Bug #18590: Fix `yii\web\UrlManager` to instantiate cache only when it's actually needed (bizley) -- Bug #18613: Do not call static methods non-statically in `BaseActiveRecord` (samdark) +- Bug #18613: Do not call static methods non-statically in `BaseActiveRecord` (samdark) 2.0.41.1 March 04, 2021 -----------------------