Skip to content

Commit 960e512

Browse files
committed
Fix CHANGELOG
1 parent 81825d3 commit 960e512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Yii Framework 2 Change Log
44
2.0.52 under development
55
------------------------
66

7-
- Bug #20292: Fix `\yii\web\Session` should not set cookie params, when useCookie is false (cebe)
7+
- Bug #20292: Fix `\yii\web\Session` should not set cookie params, when `session.use_cookies` is `false` (cebe)
88
- Bug #20232: Fix regression introduced in `GHSA-cjcc-p67m-7qxm` while attaching behavior defined by `__class` array key (erickskrauch)
99
- Bug #20231: Fix regression introduced in #20167 in `yii\validators\FileValidator` (bizley)
1010
- Enh #20247: Support for variadic console controller action methods (brandonkelly)
@@ -14,7 +14,7 @@ Yii Framework 2 Change Log
1414
- Enh #20268: Minor optimisation in `\yii\helpers\BaseArrayHelper::map` (chriscpty)
1515
- Enh #20273: Remove unnecessary `paragonie/random_compat` dependency (timwolla)
1616
- Chg #20276: Removed autogenerated migration phpdoc (userator)
17-
- Bug #20282: Fix compatibility with PHP 8.4: deprecated constant E_STRICT (Izumi-kun)
17+
- Bug #20282: Fix compatibility with PHP 8.4: deprecated constant `E_STRICT` (Izumi-kun)
1818
- Bug #20284: Revert punycode to 1.4.x which supports pre ES6 format (mtangoo)
1919
- New #20279: Add to the `\yii\web\Request` CSRF validation by custom HTTP header (olegbaturin)
2020
- Enh #20279: Add to the `\yii\web\Request` `csrfHeader` property to configure a custom HTTP header for CSRF validation (olegbaturin)

0 commit comments

Comments
 (0)