Skip to content

Commit 02a049f

Browse files
committed
docs: Update changelog
1 parent 09b7935 commit 02a049f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/changelogs/v4.5.6.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ 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.
35+
3236
- **Session Library:** The session initialization debug message now uses the correct log type "debug" instead of "info".
3337

3438
- **Validation:** Fixed the `getValidated()` method that did not return valid data when validation rules used multiple asterisks.

0 commit comments

Comments
 (0)