Skip to content

Commit

Permalink
docs: add changelog and upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 26, 2023
1 parent 2a99bdf commit f26b9dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions user_guide_src/source/changelogs/v4.4.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Release Date: Unreleased
:local:
:depth: 3

SECURITY
********

- *Detailed Error Report is Displayed in Production Environment* was fixed.
See the `Security advisory GHSA-hwxf-qxj7-7rfj <https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-hwxf-qxj7-7rfj>`_
for more information.

BREAKING
********

Expand Down
14 changes: 14 additions & 0 deletions user_guide_src/source/installation/upgrade_443.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Please refer to the upgrade instructions corresponding to your installation meth
Mandatory File Changes
**********************

error_exception.php
===================

The following file received significant changes and
**you must merge the updated versions** with your application:

- app/Views/errors/html/error_exception.php

Breaking Changes
****************

Expand Down Expand Up @@ -48,3 +56,9 @@ This is a list of all files in the **project space** that received changes;
many will be simple comments or formatting that have no effect on the runtime:

- @TODO
- app/Config/Boot/development.php
- app/Config/Boot/production.php
- app/Config/Boot/testing.php
- app/Config/Filters.php
- app/Views/errors/html/error_404.php
- app/Views/errors/html/error_exception.php

0 comments on commit f26b9dc

Please sign in to comment.