Skip to content

Commit 18cda5c

Browse files
committed
docs: update v4.7.5 changelog based on review feedback
1 parent c1dce7b commit 18cda5c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

user_guide_src/source/changelogs/v4.7.5.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Message Changes
2424
Changes
2525
*******
2626

27-
- **CodeIgniter:** Fixed a bug where ``gatherOutput()`` could be called twice when ``startController()`` returned a ``ResponseInterface`` (e.g., from filter attributes or closure routes).
28-
- **CodeIgniter:** Changed ``is_object($this->controller) && $this->controller::class === 'Closure'`` to ``$this->controller instanceof Closure`` for consistency and type safety.
29-
3027
************
3128
Deprecations
3229
************
@@ -36,6 +33,7 @@ Bugs Fixed
3633
**********
3734

3835
- **CLIRequest:** Fixed a bug where ``parseCommand()`` could throw a TypeError when ``argv`` is missing.
36+
- **CodeIgniter:** Fixed a bug where ``gatherOutput()`` could be called twice when ``startController()`` returned a ``ResponseInterface`` (e.g., from filter attributes or closure routes).
3937
- **Content Security Policy:** Fixed a bug where empty ``Content-Security-Policy``, ``Content-Security-Policy-Report-Only``, and ``Reporting-Endpoints`` response headers were generated when no corresponding values existed.
4038
- **Helpers:** Fixed a bug where ``get_dir_file_info()`` returned incomplete entries for subdirectories and missing files instead of omitting them.
4139
- **Logger:** Fixed a bug where interpolating a log message with array or non-stringable context values could raise PHP warnings or errors.

0 commit comments

Comments
 (0)