Skip to content

Commit 2642a9b

Browse files
committed
docs: Clarify the log
1 parent 3422965 commit 2642a9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

user_guide_src/source/changelogs/v4.5.6.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ Deprecations
2929
**********
3030
Bugs Fixed
3131
**********
32-
- **FeatureTestTrait:** Allows `#call` and `#post` to process JSON lists. It failed because `RequestTrait#fetchGlobal` expected the second parameter ($index) to be an associative array.
33-
34-
- **RequestTrait:** Allows to get a value by a numeric key if the data is stored as a list and not an associative array.
32+
- **RequestTrait:** Fixed a bug where the ``fetchGlobal()`` method did not allow handling data by numeric key when stored as a list.
3533

3634
- **Session Library:** The session initialization debug message now uses the correct log type "debug" instead of "info".
3735

3836
- **Validation:** Fixed the `getValidated()` method that did not return valid data when validation rules used multiple asterisks.
37+
3938
- **Database:** Fixed the case insensitivity option in the ``like()`` method when dealing with accented characters.
4039

4140
- **Parser:** Fixed bug that caused equal key names to be replaced by the key name defined first.

0 commit comments

Comments
 (0)