From 3051bde6883df3e666833c383e2cb929862aa03f Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Sun, 3 Nov 2024 21:17:09 +0300 Subject: [PATCH] docs: Update changelog --- user_guide_src/source/changelogs/v4.5.6.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_guide_src/source/changelogs/v4.5.6.rst b/user_guide_src/source/changelogs/v4.5.6.rst index b982f54b38f7..99918760fec8 100644 --- a/user_guide_src/source/changelogs/v4.5.6.rst +++ b/user_guide_src/source/changelogs/v4.5.6.rst @@ -29,6 +29,10 @@ Deprecations ********** Bugs Fixed ********** +- **FeatureTestTrait:** Allows `#call` and `#post` to process JSON lists. It failed because `RequestTrait#fetchGlobal` expected the second parameter ($index) to be an associative array. + +- **RequestTrait:** Allows to get a value by a numeric key if the data is stored as a list and not an associative array. + - **Session Library:** The session initialization debug message now uses the correct log type "debug" instead of "info". - **Validation:** Fixed the `getValidated()` method that did not return valid data when validation rules used multiple asterisks.