@@ -104,8 +104,40 @@ See *Applying Filters* in :doc:`Routing </incoming/routing>` for the functionali
104104Project Files
105105=============
106106
107+ Numerous files in the project space (root, app, public, writable) received updates. Due to
108+ these files being outside of the system scope they will not be changed without your intervention.
109+ There are some third-party CodeIgniter modules available to assist with merging changes to
110+ the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates >`_.
111+
112+ .. note :: Except in very rare cases for bug fixes, no changes made to files for the project space
113+ will break your application. All changes noted here are optional until the next major version,
114+ and any mandatory changes will be covered in the sections above.
115+
107116Content Changes
108117---------------
109118
119+ The following files received significant changes (including deprecations or visual adjustments)
120+ and it is recommended that you merge the updated versions with your application:
121+
122+ * ``app/Config/CURLRequest.php ``
123+ * ``app/Config/Cache.php ``
124+ * ``app/Config/Feature.php ``
125+ * ``app/Config/Generators.php ``
126+ * ``app/Config/Publisher.php ``
127+ * ``app/Config/Security.php ``
128+ * ``app/Views/welcome_message.php ``
129+
110130All Changes
111131-----------
132+
133+ This is a list of all files in the project space that received changes;
134+ many will be simple comments or formatting that have no effect on the runtime:
135+
136+ * ``app/Config/CURLRequest.php ``
137+ * ``app/Config/Cache.php ``
138+ * ``app/Config/Feature.php ``
139+ * ``app/Config/Generators.php ``
140+ * ``app/Config/Kint.php ``
141+ * ``app/Config/Publisher.php ``
142+ * ``app/Config/Security.php ``
143+ * ``app/Views/welcome_message.php ``
0 commit comments