Skip to content

Commit f26b9dc

Browse files
committed
docs: add changelog and upgrade
1 parent 2a99bdf commit f26b9dc

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

user_guide_src/source/changelogs/v4.4.3.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Release Date: Unreleased
99
:local:
1010
:depth: 3
1111

12+
SECURITY
13+
********
14+
15+
- *Detailed Error Report is Displayed in Production Environment* was fixed.
16+
See the `Security advisory GHSA-hwxf-qxj7-7rfj <https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-hwxf-qxj7-7rfj>`_
17+
for more information.
18+
1219
BREAKING
1320
********
1421

user_guide_src/source/installation/upgrade_443.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Please refer to the upgrade instructions corresponding to your installation meth
1515
Mandatory File Changes
1616
**********************
1717

18+
error_exception.php
19+
===================
20+
21+
The following file received significant changes and
22+
**you must merge the updated versions** with your application:
23+
24+
- app/Views/errors/html/error_exception.php
25+
1826
Breaking Changes
1927
****************
2028

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

5058
- @TODO
59+
- app/Config/Boot/development.php
60+
- app/Config/Boot/production.php
61+
- app/Config/Boot/testing.php
62+
- app/Config/Filters.php
63+
- app/Views/errors/html/error_404.php
64+
- app/Views/errors/html/error_exception.php

0 commit comments

Comments
 (0)