docs: Clarify the log

This commit is contained in:
neznaika0 2024-11-04 10:39:00 +03:00
parent 342296523e
commit 2642a9b74c
No known key found for this signature in database
GPG Key ID: CEB9213A41AAA3EB

View File

@ -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.