mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: Clarify the log
This commit is contained in:
parent
342296523e
commit
2642a9b74c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user