From 2642a9b74c36154214328e74a036c416ced0f010 Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Mon, 4 Nov 2024 10:39:00 +0300 Subject: [PATCH] docs: Clarify the log --- user_guide_src/source/changelogs/v4.5.6.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/user_guide_src/source/changelogs/v4.5.6.rst b/user_guide_src/source/changelogs/v4.5.6.rst index 9277017522ad..8a486ae9de3f 100644 --- a/user_guide_src/source/changelogs/v4.5.6.rst +++ b/user_guide_src/source/changelogs/v4.5.6.rst @@ -29,13 +29,12 @@ 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. +- **RequestTrait:** Fixed a bug where the ``fetchGlobal()`` method did not allow handling data by numeric key when stored as a list. - **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. + - **Database:** Fixed the case insensitivity option in the ``like()`` method when dealing with accented characters. - **Parser:** Fixed bug that caused equal key names to be replaced by the key name defined first.